From 306c82e04c514d8c9d93a3530ce8f463e581c71c Mon Sep 17 00:00:00 2001 From: Gilles Van Assche Date: Mon, 2 Jun 2025 14:25:58 +0200 Subject: [PATCH] Refactor : display chantiers for conseiller --- includes/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin.php b/includes/admin.php index 09ea8de..b562574 100644 --- a/includes/admin.php +++ b/includes/admin.php @@ -370,4 +370,4 @@ function hide_chantiers_menu() remove_menu_page('edit.php?post_type=chantiers'); } -add_action('admin_menu', 'hide_chantiers_menu', 999); +// add_action('admin_menu', 'hide_chantiers_menu', 999);