Filter: gk/gravitymigrate/export/file-size-limit
Filters the total size of uploaded files an export will package.
Files beyond it are left out of the bundle and downloaded from the source site at import time instead.
Parameters
| Name | Type | Description |
|---|---|---|
| $default | int | Bytes. Defaults to 80% of the site's own upload limit. |
| $upload_limit | int | The site's maximum upload size, from its PHP settings. |
Since
- %ver%: %ver%
Source
Defined in src/Media/FileCollector.php at line 149