function plt_hide_umbradev_post_rating_menus() { //Hide the "Settings → Umbradev Post Rating" menu. remove_submenu_page('options-general.php', 'umbradev-post-rating'); } add_action('admin_menu', 'plt_hide_umbradev_post_rating_menus', 11);
Where do I put this code?