twentynineteen_custom_colors_css
twentynineteen_custom_colors_css
Appears in: wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3, wordpress-5.1, wordpress-5.1.1, wordpress-5.2, wordpress-5.2.1, wordpress-5.2.2, wordpress-5.2.3, wordpress-5.3, wordpress-5.3.1, wordpress-5.3.2, wordpress-5.4, wordpress-5.4.1, wordpress-5.4.2, wordpress-5.5, wordpress-5.5.1, wordpress-5.5.2, wordpress-5.5.3, wordpress-5.6, wordpress-5.6.1, wordpress-5.6.2, wordpress-5.7, wordpress-5.7.1, wordpress-5.7.2, wordpress-5.8, wordpress-5.8.1, wordpress-5.8.2, wordpress-5.8.3
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-5.8.3apply_filters('twentynineteen_custom_colors_css') is found 1 times:
- /wp-content/themes/twentynineteen/inc/color-patterns.php line 270
Warning: Undefined array key 271 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 272 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 273 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 274 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 275 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
266267268269270271* @param string
$css
Base theme colors CSS.
* @param int
$primary_color
The user's selected color hue.
* @param string
$saturation
Filtered theme color saturation level.
*/
return
apply_filters(
'twentynineteen_custom_colors_css'
,
$theme_css
,
$primary_color
,
$saturation
);
}