WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about import_upload_size_limit

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/template.php apply_filters 982 /**
* Filters the maximum allowed upload size for import files.
*
* @since 2.3.0
*
* @see wp_max_upload_size()
*
* @param int $max_upload_size Allowed upload size. Default 1 MB.
*/

Hook Parameters

Parameter Type Name Description
int $max_upload_size Allowed upload size. Default 1 MB.