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 | 介绍了。 |