function plt_hide_fastcomments_menus() { //Hide the "FastComments" menu. remove_menu_page('fastcomments'); } add_action('admin_menu', 'plt_hide_fastcomments_menus', 11);
Where do I put this code?