BUG Removing menu page
-
Hi there, if I set:
function my_remove_menu_pages() { remove_menu_page('edit.php'); // Posts } add_action( 'admin_init', 'my_remove_menu_pages' );
Then I could not correctly upload featured image on my custom post type. Then I could not correctly also add a new term to a taxonomy. It seems that causes some conflict to ajax. It seems absurd, but removing that function (I have to hide default post from menu) everything works.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BUG Removing menu page’ is closed to new replies.