get_space_allowed

过滤钩子
apply_filters( 'get_space_allowed', $space_allowed )
参数
  • (int) $space_allowed Upload quota in megabytes for the current blog.
    Required:
定义位置
相关勾子
pre_get_space_usedget_calendarfile_mod_allowedget_page_linkwidget_update_callback
相关方法
get_space_allowedget_space_usedget_site_allowed_themesrest_send_allow_headerget_upload_space_availableget_allowed_themes
引入
3.7.0
弃用
-

get_space_allowed函数返回多站点网络中某一站点可用的总磁盘空间。

过滤当前站点的上载配额。

return apply_filters( 'get_space_allowed', $space_allowed );

常见问题

FAQs
查看更多 >