wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



twentynineteen_custom_colors_css › Filtr WordPress Hooks

OdTwenty Nineteen 1.0
Przestarzałyn/a
apply_filters( 'twentynineteen_custom_colors_css', $theme_css, $primary_color, $saturation )
Parametry: (3)
  • (string) $css Base theme colors CSS.
    Wymagane: Tak
  • (int) $primary_color The user's selected color hue.
    Wymagane: Tak
  • (string) $saturation Filtered theme color saturation level.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters Twenty Nineteen custom colors CSS.





Źródło

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