wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



twentynineteen_custom_colors_css › WordPress Filter Hooks

DaTwenty Nineteen 1.0
Deprecaton/a
apply_filters( 'twentynineteen_custom_colors_css', $theme_css, $primary_color, $saturation )
Parametri: (3)
  • (string) $css Base theme colors CSS.
    Richiesto:
  • (int) $primary_color The user's selected color hue.
    Richiesto:
  • (string) $saturation Filtered theme color saturation level.
    Richiesto:
Definito a:
Codex:

Filters Twenty Nineteen custom colors CSS.





Sorgenti

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