function plt_hide_dynamic_post_menus() { //Hide the "Dynamic Post" menu. remove_menu_page('dynamic_post'); } add_action('admin_menu', 'plt_hide_dynamic_post_menus', 11);
Where do I put this code?