wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_get_space_used › WordPress Filter Hooks

Since3.5.0
Deprecatedn/a
apply_filters( 'pre_get_space_used', false )
Parameters:
  • (int|false) $space_used The amount of used space, in megabytes. Default false.
    Required: Yes
Defined at:
Codex:

Filters the amount of storage space used by the current site, in megabytes.





Source

$space_used = apply_filters( 'pre_get_space_used', false );