BP_Members_List_Table::extra_tablenav( array $which )

Get rid of the extra nav.

Description

WP_Users_List_Table will add an extra nav to change user’s role. As we’re dealing with signups, we don’t need this.

Parameters

$which

(array) (Required) Current table nav item.

Source

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

	public function extra_tablenav( $which ) {
		return;
	}

Changelog

Changelog
Version Description
BuddyPress 2.0.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.