bp_当前_组件()

返回当前组件的名称。

描述

回来

(字符串)组件名称。

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

函数bp_current_component(){$bp=buddypress();$current_component=!empty($bp->current_component)?$bp->current_component:false;/***过滤当前组件的名称。**@since buddypress 1.0.0**@param string | bool$current_component当前组件如果可用或false。*/return apply_过滤器('bp_current_component',$current_component);}

变更日志

变更日志
版本 描述
BuddyPress 1.0.0 介绍。

问题?

我们随时乐意为您提供代码或其他问题的帮助!搜索我们的开发者文档,联系支持,或与我们联系销售团队.