Sitemap (category)

wp_sitemaps_add_provider

Allows you to change/remove a sitemap provider (the PHP object responsible for creating a sitemap of a particular type, such as posts or users) before it is added to the provider list.

wp_sitemaps_post_types

Allows you to specify the post types that should be included in the sitemap.

wp_sitemaps_posts_entry

Allows you to add additional tags (fields) to individual post sitemap URLs: changefreq, priority, lastmod.

wp_sitemaps_posts_query_args

Allows you to change WP_Query parameters for the posts sitemap.

wp_sitemaps_taxonomies

Allows you to specify which taxonomies should be included in the sitemap.