From 76f3fcdb820d0ec2e075b25a7835d805bf6febe0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 26 Jun 2024 11:28:25 +0200 Subject: [PATCH] fixing urls --- includes/post_types.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/post_types.php b/includes/post_types.php index 7538d71..8a1e839 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -133,7 +133,6 @@ function create_posttype() ), 'public' => true, 'has_archive' => true, - 'rewrite' => array('slug' => 'fiche'), 'show_in_rest' => true, 'menu_icon' => 'dashicons-testimonial', 'menu_position' => 5.1, @@ -151,7 +150,6 @@ function create_posttype() ), 'public' => true, 'has_archive' => true, - 'rewrite' => array('slug' => 'fiche'), 'show_in_rest' => true, 'menu_icon' => 'dashicons-id-alt', 'menu_position' => 5.1,