Remove Re-Order submenu for standard post type
-
Hello and thanks for the great plugin.
I installed this for ordering a CPT for food menu items. Everything is fine.
What I don’t want is to have the Re-Order option appear for the standard WP post type. I have tried to remove it using this tried and true approach:
function sgs_remove_order_post(){ remove_submenu_page( 'edit.php', 'edit.php?page=order-post-types-post' ); } add_action('admin_menu', 'sgs_remove_order_post', 999);
I haven’t seen a case where this didn’t work. Any suggestions?
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Re-Order submenu for standard post type’ is closed to new replies.