Filters the maximum allowed upload size for import files.
Description
See also
Parameters
$max_upload_sizeint- Allowed upload size. Default 1 MB.
Source
$bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.