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