On this page
apply_filters( 'wp_sitemaps_stylesheet_css', string $css )
Filters the CSS only for the sitemap stylesheet.
Parameters
$cssstring-
CSS to be applied to default XSL file.
Source
File: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php. View all references
return apply_filters( 'wp_sitemaps_stylesheet_css', $css );
Related
Used By
| Used By | Description |
|---|---|
| WP_Sitemaps_Stylesheet::get_stylesheet_css() wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php | Gets the CSS to be included in sitemap XSL stylesheets. |
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_sitemaps_stylesheet_css