BP_Groups_List_Table::extra_tablenav( string $which )

Extra controls to be displayed between bulk actions and pagination

Description

Parameters

$which

(Required)

Source

File: bp-groups/classes/class-bp-groups-list-table.php

285
286
287
288
289
290
291
292
293
294
protected function extra_tablenav( $which ) {
    /**
     * Fires just after the bulk action controls in the WP Admin groups list table.
     *
     * @since BuddyPress 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 );
}

Changelog

Changelog
Version Description
BuddyPress 2.7.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.