From 50fca9b6b1ea0f7bffb3ce4de5dd7cfdf567a922 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 23 May 2025 17:59:45 +0200 Subject: [PATCH] FIX removing the metabox_cb to fix error --- mu-plugins/dynamiques-articles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/dynamiques-articles.php b/mu-plugins/dynamiques-articles.php index 7180cea..5001188 100644 --- a/mu-plugins/dynamiques-articles.php +++ b/mu-plugins/dynamiques-articles.php @@ -43,7 +43,7 @@ function dynamiques_taxonomy_init() 'show_admin_column' => true, 'show_in_nav_menus' => true, 'show_tagcloud' => true, - 'meta_box_cb' => true, + 'meta_box_cb' => false, ); register_taxonomy('etiquettes', array('articles', 'revues'), $args); }