pre_get_main_site_id

过滤钩子
apply_filters( 'pre_get_main_site_id', null, $this )
参数
  • (int|null) $main_site_id If a positive integer is returned, it is interpreted as the main site ID.
    Required:
  • (WP_Network) $network The network object for which the main site was detected.
    Required:
定义位置
相关勾子
pre_get_sitespre_get_document_titlepre_get_site_by_pathpre_get_space_usedpre_get_avatar_data
相关方法
get_main_site_idget_main_network_idwp_get_duotone_filter_idis_main_sitewp_get_sitesget_cat_id
引入
4.9.0
弃用
-

pre_get_main_site_id是一个过滤钩子,允许你在WordPress检索之前修改主站点的ID。

过滤主站点ID。

返回正整数将有效地短路函数。

$main_site_id = (int) apply_filters( 'pre_get_main_site_id', null, $this );

常见问题

FAQs
查看更多 >