inc/registry/PostTypeRegistrar.php
@@ -34,7 +34,7 @@ $args = [ 'labels' => $this->buildLabels($singular, $plural), 'public' => $this->config['public'] ?? true, 'publicly_queryable' => $this->config['publicly_queryable'] ?? true, 'publicly_queryable' => $this->config['publicly_queryable'] ?? $this->config['public'] ?? true, 'show_ui' => $this->config['show_ui'] ?? true, // 'show_in_menu' => false, 'show_in_menu' => $this->config['show_in_menu'] ?? true,