From d01f17fcfd37d0693c31070a0621d89cb7c5b077 Mon Sep 17 00:00:00 2001 From: Marcel <40896559+hackthedev@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:47:25 +0200 Subject: [PATCH] . --- tuts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tuts.php b/tuts.php index 2a2e4ed..77af2a3 100644 --- a/tuts.php +++ b/tuts.php @@ -42,7 +42,6 @@ function thp_register_custom_post_type() { 'capability_type' => 'post', 'has_archive' => false, 'hierarchical' => false, - 'menu_position' => 0, 'supports' => array('title', 'editor', 'thumbnail'), 'show_in_rest' => true, // Important for block editor and REST API support );