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



get_space_allowed › WordPress Filter Hooks

Since3.7.0
Deprecatedn/a
apply_filters( 'get_space_allowed', $space_allowed )
Parameters:
  • (int) $space_allowed Upload quota in megabytes for the current blog.
    Required: Yes
Defined at:
Codex:

Filters the upload quota for the current site.





Source

return apply_filters( 'get_space_allowed', $space_allowed );