BBP_Admin::admin_head()
Remove the individual recount and converter menus.
Description Description
They are grouped together by h2 tabs
Source Source
File: includes/admin/classes/class-bbp-admin.php
public function admin_head() {
// Tools
foreach ( bbp_get_tools_admin_pages() as $tool ) {
remove_submenu_page( 'tools.php', $tool['page'] );
}
// About
remove_submenu_page( 'index.php', 'bbp-about' );
remove_submenu_page( 'index.php', 'bbp-credits' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |