ms_site_check

过滤钩子


apply_filters( 'ms_site_check', null )
参数
  • (bool|null)
    $check
    Whether to skip the blog status check. Default null.
    Required:
定义位置
  • wp-includes/ms-load.php
    , line 83
引入
3.0.0
弃用

Filters checking the status of the current blog.

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