wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_sitemaps_stylesheet_css › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_sitemaps_stylesheet_css', $css )
Parameter:
  • (string) $css CSS to be applied to default XSL file.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the CSS only for the sitemap stylesheet.





Quellcode

return apply_filters( 'wp_sitemaps_stylesheet_css', $css );