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-posts.php: wp_sitemaps_posts_query_args | Filters the query arguments for post type sitemap queries. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |