WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_space_allowed

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 2566 /**
* Filters the upload quota for the current site.
*
* @since 3.7.0
*
* @param int $space_allowed Upload quota in megabytes for the current blog.
*/

Hook Parameters

Parameter Type Name Description
int $space_allowed Upload quota in megabytes for the current blog.