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: ''
Source Source
File: includes/admin/tools.php
function bbp_tools_admin_tabs( $active_tab = '' ) {
echo bbp_get_tools_admin_tabs( $active_tab );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |