Filter sitemap before rendering it as XML.
jetpack_print_sitemap
jetpack_print_sitemapjetpack_print_sitemapFilter sitemap before rendering it as XML.
jetpack_sitemap_url_homeFilter associative array with data to build node and its descendants for site home.
jetpack_sitemap_urlFilter sitemap URL item before rendering it as XML.
jetpack_sitemap_skip_postFilter condition to allow skipping specific posts in sitemap.
jetpack_sitemap_post_typesThe array of post types to be included in the sitemap. Add your custom post type name to the array to have posts of that type included in the sitemap. The default array includes ‘page’ and ‘post’. The result of this filter is cached in an option, ‘jetpack_sitemap_post_types’, so this filter only has to be applied once per generation.
jetpack_sitemap_nsFilter the attribute value pairs used for namespace and namespace URI mappings.
jetpack_sitemap_content_typeFilter the content type used to serve the sitemap XML files.