Filters the content of the sitemap stylesheet.
Parameters
$xsl_content
string- Full content for the XML stylesheet.
Source
return apply_filters( 'wp_sitemaps_stylesheet_content', $xsl_content );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
Filters the content of the sitemap stylesheet.
$xsl_content
stringreturn apply_filters( 'wp_sitemaps_stylesheet_content', $xsl_content );
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.