apply_filters( 'pre_get_space_used', int|bool $space_used )
Filters the amount of storage space used by the current site.
Parameters
- $space_used
-
The amount of used space, in megabytes. Default false.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |