WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_stylesheet_css

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php apply_filters 315 /**
* Filters the CSS only for the sitemap stylesheet.
*
* @since 5.5.0
*
* @param string $css CSS to be applied to default XSL file.
*/

Hook Parameters

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