From 59ce40b4584c282285d708c2a9a3bace47a4bd1e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Nov 2024 15:35:39 +0100 Subject: [PATCH] no comments --- includes/post_types.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/post_types.php b/includes/post_types.php index bcfd72f..9dd9c64 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -38,6 +38,7 @@ function metiers_patrimoine_create_posttype() 'menu_position' => 5.1, 'supports' => array('title', 'custom-fields', 'thumbnail', 'author', 'revisions'), + 'comment_status' => 'closed', ) ); }