bp_get_activity_object_name ()
返回活动对象名称。
描述
返回
(字符串)活动对象名称。
源
文件:bp-activity / bp-activity-template.php
函数bp_get_activity_object_name() {global $ actities_template;/** *过滤活动对象名称。* * @since BuddyPress 1.2.0 * * @param string $activity_component活动对象的名称。*/返回apply_filters('bp_get_activity_object_name', $ activit_template ->activity->component);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.2.0 | 介绍了。 |