bp_get_blog_signup_allowed ()

允许注册博客吗?

描述

如果在Network Admin > Settings中启用了is_multisite()和博客创建,返回true。

返回

(保龄球)如果允许注册博客,则为True,否则为false。

文件:bp-core / bp-core-template.php

函数bp_get_blog_signup_allowed() {if (!Is_multisite(){返回false;} $status = bp_core_get_root_option('注册');如果((“没有”! = = $状态)& &(“用户”! = = $状态)){返回true;}返回false;}

更新日志

更新日志
版本 描述
BuddyPress 1.2.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队