bbp_tools_admin_tabs( string $active_tab = '' )

Output the tabs in the admin area


Description Description


Parameters Parameters

$active_tab

(Optional) Name of the tab that is active

Default value: ''


Top ↑

Source Source

File: includes/admin/tools.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.