bp_groups_list_table_after_bulk_actions, $which
bp_groups_list_table_after_bulk_actions, $which
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_groups_list_table_after_bulk_actions, $which') is found 1 times:
- /bp-groups/classes/class-bp-groups-list-table.php line 313
* @since 2.7.0 * * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. */ do_action( 'bp_groups_list_table_after_bulk_actions', $which ); } /** * Generate content for a single row of the table. * * @since 1.7.0