WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_get_space_used

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 2531 /**
* Filters the amount of storage space used by the current site, in megabytes.
*
* @since 3.5.0
*
* @param int|false $space_used The amount of used space, in megabytes. Default false.
*/

Hook Parameters

Parameter Type Name Description
int|false $space_used The amount of used space, in megabytes. Default false.