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



get_space_allowed › WordPress Filter Hooks

Seit3.7.0
Veraltetn/v
apply_filters( 'get_space_allowed', $space_allowed )
Parameter:
  • (int) $space_allowed Upload quota in megabytes for the current blog.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the upload quota for the current site.





Quellcode

return apply_filters( 'get_space_allowed', $space_allowed );