Filters the CSS only for the sitemap stylesheet.
Parameters
$css
string- CSS to be applied to default XSL file.
Source
return apply_filters( 'wp_sitemaps_stylesheet_css', $css );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
Filters the CSS only for the sitemap stylesheet.
$css
stringreturn apply_filters( 'wp_sitemaps_stylesheet_css', $css );
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.