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



wp_get_custom_css › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( 'wp_get_custom_css', $css, $stylesheet )
Parameter: (2)
  • () css CSS pulled in from the Custom CSS post type.
    Erforderlich: Ja
  • () stylesheet The theme stylesheet name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the custom CSS output into the head element.





Quellcode

$css = apply_filters( 'wp_get_custom_css', $css, $stylesheet );