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,