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