Remove the meta box in posts?
-
I’m trying to remove the meta box on posts. What is the correct ID to use?
function remove_my_post_metaboxes() { remove_meta_box( '_________________','post','normal' ); } add_action('admin_menu','remove_my_post_metaboxes');
- The topic ‘Remove the meta box in posts?’ is closed to new replies.