Jake Vanderwerf
2026-04-26 86c6cd3cc099d2480932ede03c12cea01e625c94
inc/meta/Meta.php
@@ -106,6 +106,10 @@
         'user', 'integrations' => get_userdata($id),
         default => null
      };
      if (!$this->wpObject){
         return;
      }
      $this->slug = match($type) {
         'post'   => $this->wpObject->post_type,
         'term'   => $this->wpObject->taxonomy,