Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_menu_page_removing() {
- remove_submenu_page( 'options-general.php', 'wpf-settings' );
- }
- add_action( 'admin_menu', 'custom_menu_page_removing', 20 );
- remove_action( 'add_meta_boxes', array( wp_fusion()->admin_interfaces, 'add_meta_box' ), 20 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement