From 77e1a1ac71cd4fa11719f1bc450c077f9cabb1a3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 5 Nov 2024 13:16:58 +0100 Subject: [PATCH] commenting properly --- includes/post_types.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/includes/post_types.php b/includes/post_types.php index d9111ad..c6908d0 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -5,7 +5,6 @@ function metiers_patrimoine_create_posttype() { - // **** ARTISANS register_post_type( 'artisans', @@ -19,13 +18,11 @@ function metiers_patrimoine_create_posttype() 'show_in_rest' => true, 'menu_icon' => 'data:image/svg+xml;base64,' . base64_encode(''), // 'menu_icon' => 'dashicons-hammer', - - 'menu_position' => 5.1, 'supports' => array('title', 'custom-fields', 'thumbnail'), ) ); - // **** VOCABULAIRE + // **** CHANTIERS register_post_type( 'chantiers', array(