/* Remove 'Agents' post type from admin menu */ add_action('admin_menu', function () { remove_menu_page('edit.php?post_type=agent'); });