wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_space_allowed › WordPress过滤钩子

Since3.7.0
已弃用n/a
apply_filters( 'get_space_allowed', $space_allowed )
参数:
  • (int) $space_allowed Upload quota in megabytes for the current blog.
    Required: Yes
定义在:
文档:

Filters the upload quota for the current site.





源码

return apply_filters( 'get_space_allowed', $space_allowed );