apply_filters( 'bp_groups_admin_comment_row_actions', array $value , array $item )
Filters the actions that will be shown for the column content.
Parameters Parameters
- $value
-
(array) Array of actions to be displayed for the column content.
- $item
-
(array) The current group item in the loop.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |