• If you want a cleaner editor you can use this snippet:

    add_action( 'admin_head', function () {
    	$post_type = get_current_screen()->post_type;
    	remove_meta_box( 'complete_open_graph_metabox', $post_type, 'normal' );
    }, 11 );
    • This topic was modified 3 years, 4 months ago by gabbsmo.
  • The topic ‘How to hide meta box’ is closed to new replies.