twentynineteen_custom_colors_lightness_selection

twentynineteen_custom_colors_lightness_selection

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.8.3

apply_filters('twentynineteen_custom_colors_lightness_selection') is found 1 times:

  • /wp-content/themes/twentynineteen/inc/color-patterns.php line 67
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    * @since Twenty Nineteen 1.0
     *
     * @param int $lightness_selection Selection color lightness level.
     */
    $lightness_selection = apply_filters( 'twentynineteen_custom_colors_lightness_selection', 90 );
    $lightness_selection = absint( $lightness_selection ) . '%';
     
    $theme_css = '
        /*
         * Set background for:
         * - featured image :before