twentyseventeen_custom_colors_saturation

twentyseventeen_custom_colors_saturation

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.5.3

apply_filters('twentyseventeen_custom_colors_saturation') is found 1 times:

  • /wp-content/themes/twentyseventeen/inc/color-patterns.php line 23
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
         * @since Twenty Seventeen 1.0
         *
         * @param int $saturation Color saturation level.
         */
        $saturation         = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) );
        $reduced_saturation = ( .8 * $saturation ) . '%';
        $saturation         = $saturation . '%';
        $css                = '
    /**
     * Twenty Seventeen: Color Patterns
     *