bbp_tools_admin_tabs( string $active_tab = '' )

Output the tabs in the admin area

Description

Parameters

$active_tab

(string) (Optional) Name of the tab that is active

Default value: ''

Source

File: bp-forums/admin/functions.php

function bbp_tools_admin_tabs( $active_tab = '' ) {
	echo bbp_get_tools_admin_tabs( $active_tab );
}

Changelog

Changelog
Version Description
bbPress (r3872) 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.