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



twentynineteen_custom_colors_css › WordPress Filter Hooks

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

Filters Twenty Nineteen custom colors CSS.





Quellcode

return apply_filters( 'twentynineteen_custom_colors_css', $theme_css, $primary_color, $saturation );