Filter hook 'wp_sitemaps_stylesheet_css'

in WP Core File wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php at line 315

Description

Filters the CSS only for the sitemap stylesheet.

Occurrences

Filename Line Number
wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php 315

Parameters

Type Name Description
string $css CSS to be applied to default XSL file.

PHP Doc

/**
		 * Filters the CSS only for the sitemap stylesheet.
		 *
		 * @since 5.5.0
		 *
		 * @param string $css CSS to be applied to default XSL file.
		 */