Advertisement
verygoodplugins

Untitled

Jun 27th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. function custom_menu_page_removing() {
  2.     remove_submenu_page( 'options-general.php', 'wpf-settings' );
  3. }
  4. add_action( 'admin_menu', 'custom_menu_page_removing', 20 );
  5.  
  6. remove_action( 'add_meta_boxes', array( wp_fusion()->admin_interfaces, 'add_meta_box' ), 20 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement