wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_sitemaps_stylesheet_css › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'wp_sitemaps_stylesheet_css', $css )
Parameters:
  • (string) $css CSS to be applied to default XSL file.
    Required: Yes
Defined at:
Codex:

Filters the CSS only for the sitemap stylesheet.





Source

return apply_filters( 'wp_sitemaps_stylesheet_css', $css );