BBP_Admin::admin_head()
Remove the individual recount and converter menus.
Description
They are grouped together by h2 tabs
Source
File: bp-forums/admin/admin.php
public function admin_head() {
remove_submenu_page( 'admin.php', 'bbp-repair' );
remove_submenu_page( 'admin.php', 'bbp-converter' );
remove_submenu_page( 'admin.php', 'bbp-reset' );
remove_submenu_page( 'index.php', 'bbp-about' );
remove_submenu_page( 'index.php', 'bbp-credits' );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2464) | 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.