From 0c14cb3a102e4d902ce14bdf855902ad6a9ca661 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 23 May 2025 18:07:39 +0200 Subject: [PATCH] REMOVE 'editor' support from post type registration --- includes/post_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/post_types.php b/includes/post_types.php index 8d1da1f..91b1c8e 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -21,7 +21,7 @@ function dynamiques_create_posttype() 'menu_position' => 4, 'supports' => array( 'title', - 'editor', + // 'editor', 'thumbnail', 'excerpt', 'custom-fields',