Option to remove meta boxes under posts and pages

Hi Miha,

Thank you for reaching out, this is an oversight / bug, and we’ll get this corrected asap. When simple Headers & Footers mode is selected, none of this should show up.

Thank you for your quick response.

For anyone else interested with same issue – I removed it with this function until it’s not corrected in plugin:

// Remove WPCode Lite plugin metaboxes
function remove_metaboxes() {
  remove_meta_box( 'wpcode-metabox-snippets' , 'page' , 'normal' );
  remove_meta_box( 'wpcode-metabox-snippets' , 'post' , 'normal' );
}
add_action( 'add_meta_boxes' , 'remove_metaboxes', 50 );

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer