Jake Vanderwerf
2026-03-29 275c0d74cd68677622a5431505c5c870c473063d
inc/managers/CRUDManager.php
@@ -75,7 +75,12 @@
         $this->skeleton->setCalendar();
      }
      $this->skeleton->setDefaultStatus();
      if ($this->registrar && $this->registrar->getType() === 'post') {
         $this->skeleton->setDefaultStatus();
      } else {
         $this->skeleton->setStatuses([]);
      }
      // Views
      $this->skeleton
@@ -154,7 +159,7 @@
    * Initialize taxonomies from WordPress config
    */
   protected function initTaxonomies(): void {
      $this->taxonomies = $this->registrar->registrar->taxonomies;
      $this->taxonomies = ($this->registrar->getType() === 'post') ? $this->registrar->registrar->taxonomies : [];
   }
   /**