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