From ece57fa3e589e66f3bd793c143d65bb46ceb82c1 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 14 Nov 2023 15:44:13 +0100 Subject: [PATCH] Remove archive from admin menu bar --- public/themes/wordplate/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/themes/wordplate/functions.php b/public/themes/wordplate/functions.php index a5f6ba2f..461329fa 100644 --- a/public/themes/wordplate/functions.php +++ b/public/themes/wordplate/functions.php @@ -52,6 +52,7 @@ // Remove admin toolbar menu items. add_action('admin_bar_menu', function (WP_Admin_Bar $menu) { + $menu->remove_node('archive'); // Archive $menu->remove_node('comments'); // Comments $menu->remove_node('customize'); // Customize $menu->remove_node('dashboard'); // Dashboard