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; } } BEGIN:VCALENDAR VERSION:2.0 PRODID:-//CSU//NONSGML v1.0//EN CALSCALE:GREGORIAN METHOD:PUBLISH BEGIN:VEVENT UID:344128-0 SUMMARY:November First Look DTSTART:20221112T140000Z DTEND:20221112T200000Z DTSTAMP:20221104T200720Z LAST-MODIFIED:20221107T174351Z SEQUENCE:0 LOCATION:Charleston Southern University, 9200 University Boulevard, Charleston, SC 29406 DESCRIPTION:\nSaturday\, November 12\, 2022 at 9:00 AM until 3:00 PM Eastern Standard Time\n\n\n\nCharleston Southern University9200 University BlvdN Charleston\, SC 29406United States\n\n\n\nFirst Look is Charleston Southern’s open house event\, designed to give students a complete look at life at Charleston Southern. Prospective students will have the opportunity to tour campus and participate in some of the breakout sessions including one-on-one time with faculty\, financial aid and admissions workshops and a panel with current Charleston Southern students. It’s a great way to get more information about whether Charleston Southern University is a good fit for you.We know it can be difficult to find a university that believes in the same values you do. Look no further than Charleston Southern University\; we are dedicated to helping our students find excellence in academics\, in faith and in life.\n\n\n\nSign up for a First Look today! We can't wait to see you soon!\n END:VEVENT END:VCALENDAR