From 405097cbb001bd239cb4170434d7c6ad3cbcccf7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 20 Mar 2026 16:59:27 +0100 Subject: [PATCH] FEATURE Handling dynamiques articles post type handling in hasPostTypeNumerotation function --- includes/utilities.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/utilities.php b/includes/utilities.php index ec574e7..ecb6264 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -94,6 +94,7 @@ function handle_posts_numerotation_remapping($post_type) function hasPostTypeNumerotation($post_type) { switch ($post_type) { + case 'articles': case 'analyses-etudes': case 'expositions': case 'outils-pedagogiques':