Skip to main content

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

NameTypeDescription
$defaultintBytes. Defaults to 80% of the site's own upload limit.
$upload_limitintThe site's maximum upload size, from its PHP settings.

Since

  • %ver%: %ver%

Source

Defined in src/Media/FileCollector.php at line 149