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



twentyseventeen_custom_colors_css › WordPress Filter Hooks

SeitTwenty Seventeen 1.0
Veraltetn/v
apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation )
Parameter: (3)
  • (string) $css Base theme colors CSS.
    Erforderlich: Ja
  • (int) $hue The user's selected color hue.
    Erforderlich: Ja
  • (string) $saturation Filtered theme color saturation level.
    Erforderlich: Ja
Definiert in:
Codex:

Filters Twenty Seventeen custom colors CSS.





Quellcode

return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation );