On this page
apply_filters( 'pre_get_space_used', int|false $space_used )
Filters the amount of storage space used by the current site, in megabytes.
Parameters
$space_usedint|false-
The amount of used space, in megabytes. Default false.
Source
File: wp-includes/ms-functions.php. View all references
$space_used = apply_filters( 'pre_get_space_used', false );
Related
Used By
| Used By | Description |
|---|---|
| get_space_used() wp-includes/ms-functions.php | Returns the space used by the current site. |
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_space_used