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
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
Filters the CSS only for the sitemap stylesheet.
$cssstringreturn 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.