taxonomy; } /** * Get the post types this taxonomy is registered for. * * @return array */ public function get_post_types(): array { return $this->post_types; } }