wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_get_space_used › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'pre_get_space_used', false )
Parameter:
  • (int|false) $space_used The amount of used space, in megabytes. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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