bp_处于活动状态(字符串$component='',字符串$feature='')

检查给定组件(或组件特征)是否处于活动状态。

描述

参数

$component

(字符串)(可选)组件的名称。

默认值:“”

$feature

(字符串)(可选)功能名称。

默认值:“”

返回

(保龄球)

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

函数bp_是活动的($component='',$feature=''){$retval=false;//如果没有传递,则默认为当前组件。if(empty($component)){$component=bp_current_component();}//是活动或必需组件数组中的组件。if(isset(buddypress()->active_components[$component])| isset(buddypress())->必需的组件[$component]){$retval=true;//功能是否处于活动状态?if(!empty($feature)){//xProfile组件是特定的。if('xProfile'==$component){$component='profile';}if(empty(buddypress()->$component->features)| false==在数组中($feature,buddypress()->$component->features,true)){$retval=false;}/***过滤组件的给定功能是否处于活动状态。**这是一个变量过滤器,它基于您正在检查的组件和功能*的活动状态。**@因为BuddyPress 2.3.0**@param bool$retval*/$retval=apply_过滤器(“bp_是{$component}{$feature}}{$feature}{u active,$retval);}/***筛选给定组件是否已被管理员激活。**@自BuddyPress 2.1.0以来**@param bool$retval给定组件是否已被管理员激活。*@param string$component当前正在检查的组件。*/return apply_筛选('bp_is_active',$retval,$component);}

更新日志

更新日志
版本 描述
BuddyPress 2.3.0增加$功能作为参数。 BuddyPress 2.3.0增加$功能作为参数。
BuddyPress 1.2.0参见r2539。 介绍了。

问题吗?

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