apply_filters( ‘wp_sitemaps_stylesheet_css’, string $css )

In this article

Filters the CSS only for the sitemap stylesheet.

Parameters

$cssstring
CSS to be applied to default XSL file.

Source

return apply_filters( 'wp_sitemaps_stylesheet_css', $css );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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