diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php --- a/wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php Fri Sep 05 18:40:08 2025 +0200 @@ -60,7 +60,8 @@ */ public function get_url_list( $page_num, $object_subtype = '' ) { // Restores the more descriptive, specific name for use within this method. - $taxonomy = $object_subtype; + $taxonomy = $object_subtype; + $supported_types = $this->get_object_subtypes(); // Bail early if the queried taxonomy is not supported.