apply_filters( ‘wp_sitemaps_stylesheet_index_content’, string $xsl_content )

In this article

Filters the content of the sitemap index stylesheet.

Parameters

$xsl_contentstring
Full content for the XML stylesheet.

Source

return apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.