function plt_hide_posts_to_pdf_backend_batch_export_menus() { //Hide the "Posts to PDF" menu. remove_menu_page('posts-to-pdf-backend-batch-export'); } add_action('admin_menu', 'plt_hide_posts_to_pdf_backend_batch_export_menus', 11);
Where do I put this code?