s the more descriptive, specific name for use within this method. $taxonomy = $object_subtype; /** * Filters the max number of pages for a taxonomy sitemap before it is generated. * * Passing a non-null value will short-circuit the generation, * returning that value instead. * * @since 5.5.0 * * @param int|null $max_num_pages The maximum number of pages. Default null. * @param string $taxonomy Taxonomy name. */ $max_num_pages = apply_filters( 'wp_sitemaps_taxonomies_pre_max_num_pages', null, $taxonomy ); if ( null !== $max_num_pages ) { return $max_num_pages; } $term_count = wp_count_terms( $this->get_taxonomies_query_args( $taxonomy ) ); return (int) ceil( $term_count / wp_sitemaps_get_max_urls( $this->object_type ) ); } /** * Returns the query args for retrieving taxonomy terms to list in the sitemap. * * @since 5.5.0 * * @param string $taxonomy Taxonomy name. * @return array Array of WP_Term_Query arguments. */ protected function get_taxonomies_query_args( $taxonomy ) { /** * Filters the taxonomy terms query arguments. * * Allows modification of the taxonomy query arguments before querying. * * @see WP_Term_Query for a full list of arguments * * @since 5.5.0 * * @param array $args Array of WP_Term_Query arguments. * @param string $taxonomy Taxonomy name. */ $args = apply_filters( 'wp_sitemaps_taxonomies_query_args', array( 'taxonomy' => $taxonomy, 'orderby' => 'term_order', 'number' => wp_sitemaps_get_max_urls( $this->object_type ), 'hide_empty' => true, 'hierarchical' => false, 'update_term_meta_cache' => false, ), $taxonomy ); return $args; } } {"id":334598,"date":"2022-05-03T15:47:05","date_gmt":"2022-05-03T19:47:05","guid":{"rendered":"https:\/\/www.charlestonsouthern.edu\/calendar_event\/4-3-100-pm-w-charleston-southern-university-baseball-vs-north-carolina-at\/"},"modified":"2022-05-03T15:47:05","modified_gmt":"2022-05-03T19:47:05","slug":"4-3-100-pm-w-charleston-southern-university-baseball-vs-north-carolina-at","status":"publish","type":"calendar_event","link":"https:\/\/www.charlestonsouthern.edu\/calendar_event\/4-3-100-pm-w-charleston-southern-university-baseball-vs-north-carolina-at\/","title":{"rendered":"4\/3 1:00 PM [W] Charleston Southern University Baseball vs North Carolina A&T"},"content":{"rendered":"

[W] Charleston Southern University Baseball vs North Carolina A&TnW 6-3nStreaming Video: https:\/\/www.espn.com\/watch\/player\/_\/id\/1c63a8de-2e48-4fff-a173-6ff475af45adn https:\/\/www.csusports.com\/calendar.aspx?id=13429<\/p>\n","protected":false},"excerpt":{"rendered":"

[W] Charleston Southern University Baseball vs North Carolina A&TnW 6-3nStreaming Video: https:\/\/www.espn.com\/watch\/player\/_\/id\/1c63a8de-2e48-4fff-a173-6ff475af45adn https:\/\/www.csusports.com\/calendar.aspx?id=13429<\/p>\n","protected":false},"featured_media":0,"template":"","calendar_event_category":[83],"calendar_event_tag":[],"class_list":["post-334598","calendar_event","type-calendar_event","status-publish","hentry","calendar_event_category-athletics","regular","location-334599","event-category-athletics"],"acf":[],"jetpack_sharing_enabled":true,"generated_slug":"4-3-100-pm-w-charleston-southern-university-baseball-vs-north-carolina-at","_links":{"self":[{"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/calendar_event\/334598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/calendar_event"}],"about":[{"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/types\/calendar_event"}],"wp:attachment":[{"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/media?parent=334598"}],"wp:term":[{"taxonomy":"calendar_event_category","embeddable":true,"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/calendar_event_category?post=334598"},{"taxonomy":"calendar_event_tag","embeddable":true,"href":"https:\/\/www.charlestonsouthern.edu\/wp-json\/wp\/v2\/calendar_event_tag?post=334598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}