BP_Groups_List_Table:: column_last_active (数组美元的项目=数组())
最后一个活动列的标记。
描述
参数
- 美元的项目
-
(数组)(可选)关于当前行的信息。
默认值:数组()
源
文件:bp-groups /类/ class-bp-groups-list-table.php
Public function column_last_active($item = array()) {$item['id'] = group_get_groupmeta ($item['id'], 'last_activity');/** *过滤最后一个活动列的标记。* * @since BuddyPress 1.7.0 * * @param string $last_active Markup for the Last Active column。* @parma array $item循环中当前的组项。*/ echo apply_filters_ref_array(' bp_group_admin_get_group_last_active ', array($last_active, $item));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.7.0 | 介绍了。 |