Filters Twenty Seventeen custom colors CSS.
$cssstring$hueint$saturationstringwp-content/themes/twentyseventeen/inc/color-patterns.php:579twentyseventeen_custom_colors_css()<?php * @since Twenty Seventeen 1.0 * * @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 );} Introduced in Twenty Seventeen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.