From a9f613d8cb8421f8e7937475fa3e73d05a124be5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Nov 2025 16:35:12 +0100 Subject: [PATCH] FEATURE Update post type slug for carhop to 'equipe-carhop' --- mu-plugins/carhop-post-types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/carhop-post-types.php b/mu-plugins/carhop-post-types.php index 6fd5e1b..d374c78 100644 --- a/mu-plugins/carhop-post-types.php +++ b/mu-plugins/carhop-post-types.php @@ -54,7 +54,7 @@ function carhop_create_posttype() ), 'public' => true, 'has_archive' => true, - 'rewrite' => array('slug' => 'equipe'), + 'rewrite' => array('slug' => 'equipe-carhop'), 'show_in_rest' => true, 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), 'menu_position' => 5,