fixing urls

This commit is contained in:
Antoine M 2024-06-26 11:28:25 +02:00
parent 9053723b11
commit 76f3fcdb82

View File

@ -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,