twentyseventeen_custom_colors_saturation

过滤钩子


apply_filters( 'twentyseventeen_custom_colors_saturation', 50 )
参数
  • (int)
    $saturation
    Color saturation level.
    Required:
定义位置
  • wp-content/themes/twentyseventeen/inc/color-patterns.php , line 23
引入
Twenty Seventeen 1.0
弃用

Filters Twenty Seventeen default saturation level.

$saturation         = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) );