146* Filters the content of the sitemap stylesheet.147*148* @since 5.5.0149*150* @param string$xsl_content Full content for the XML stylesheet.151*/152returnapply_filters('wp_sitemaps_stylesheet_content',$xsl_content);153}154155/**156* Returns the escaped XSLfor the index sitemaps.157*158* @since 5.5.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.