Jake Vanderwerf
2025-10-20 e729f920139f0c65902be2d6b2c32466b08375e8
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,