apply_filters( 'wp_sitemaps_stylesheet_css', string $css )

Filters the CSS only for the sitemap stylesheet.


Parameters

$css

CSS to be applied to default XSL file.


Source

File: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php

View on GitHub


Changelog

Changelog
Version Description
5.5.0 Introduced.