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 4 years, 5 months ago by
gabbsmo.