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



ms_site_check › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'ms_site_check', null )
参数:
  • (bool|null) $check Whether to skip the blog status check. Default null.
    Required: Yes
定义在:
文档:

Filters checking the status of the current blog.





源码

$check = apply_filters( 'ms_site_check', null );