Uses
Uses | Description |
---|---|
wp-includes/sitemaps.php: wp_sitemaps_get_max_urls() | Gets the maximum number of URLs for a sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: WP_Sitemaps_Taxonomies::get_taxonomies_query_args() | Returns the query args for retrieving taxonomy terms to list in the sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php: wp_sitemaps_taxonomies_pre_max_num_pages | Filters the max number of pages before it is generated. |
wp-includes/taxonomy.php: wp_count_terms() | Count how many terms are in Taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |