twentynineteen_custom_colors_saturation_selection

过滤钩子


apply_filters( 'twentynineteen_custom_colors_saturation_selection', 50 )
参数
  • (int)
    $saturation_selection
    Selection color saturation level.
    Required:
定义位置
  • wp-content/themes/twentynineteen/inc/color-patterns.php , line 37
引入
Twenty Nineteen 1.0
弃用

过滤Twenty Nineteen主题默认选择饱和度。

$saturation_selection = absint( apply_filters( 'twentynineteen_custom_colors_saturation_selection', 50 ) );