twentyseventeen_custom_colors_css
twentyseventeen_custom_colors_css
Appears in: twentyseventeen.1.6, twentyseventeen.1.7, wordpress-4.8, 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
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-5.5.3apply_filters('twentyseventeen_custom_colors_css') is found 1 times:
- /wp-content/themes/twentyseventeen/inc/color-patterns.php line 579
Warning: Undefined array key 580 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 581 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 582 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 583 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 584 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
575576577578579580* @param string
$css
Base theme colors CSS.
* @param int
$hue
The user's selected color hue.
* @param string
$saturation
Filtered theme color saturation level.
*/
return
apply_filters(
'twentyseventeen_custom_colors_css'
,
$css
,
$hue
,
$saturation
);
}