apply_filters( 'bp_groups_admin_comment_row_actions', array $value , array $item )
Filters the actions that will be shown for the column content.
Description Description
Parameters Parameters
- $value
-
Array of actions to be displayed for the column content.
- $item
-
The current group item in the loop.
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |