首页 WordPress函数大全 is_main_site()

is_main_site()

2020-05-02 / 2471阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

is_main_site( int $site_id = null, int $network_id = null )

Determine whether a site is the main site of the current network.

描述

参数

$site_id

(int)
(Optional)
Site ID to test. Defaults to current site.

Default value: null

$network_id

(int)
(Optional)
Network ID of the network to check for. Defaults to current network.

Default value: null

返回

(bool) True if $site_id is the main site of the network, or if not running Multisite.

大家谈论
    我的见解