-
I want to remove the Rank Math SEO meta box for my new post type and I want to do it from the code. I’m trying with the regular
remove_meta_box()
but it doesn´t work:function my_certificate_remove_meta_boxes() { remove_meta_box( 'rank_math_metabox', 'my_certificate', 'normal'); } add_action( 'admin_menu', 'my_certificate_remove_meta_boxes' );
How am I supposed to do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Remove the SEO meta box from code?’ is closed to new replies.