php 在WordPress多站点网络中获取主站点的博客ID

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在WordPress多站点网络中获取主站点的博客ID相关的知识,希望对你有一定的参考价值。

<?php

/*
 * Get the Blog ID of the main site in a multisite network.
 *
 * @return int The blog_id of the main site.
 */
function km_get_main_site_blog_id() {
	return get_network()->site_id;
} 

以上是关于php 在WordPress多站点网络中获取主站点的博客ID的主要内容,如果未能解决你的问题,请参考以下文章

wordpress 多站点同时注销所有网络站点

Nginx 中的多站点 WordPress 重写规则

php 重定向多站点Wordpress

PHP 脚本无法为多站点替换 WordPress cron

WordPress 多站点上的网络范围的 Cron 调度

php WordPress插件,用于为WP多站点按站点存储自定义和内置用户字段。适合多语言设置。自定义为y