Jake Vanderwerf
2026-05-01 48721c85ebcfa973ee81719d2467ca80e4253dc9
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,