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
相关勾子
twentynineteen_custom_colors_saturationtwentynineteen_custom_colors_lightness_selectiontwentyseventeen_custom_colors_saturationtwentynineteen_custom_colors_csstwentynineteen_custom_colors_lightness
引入
Twenty Nineteen 1.0
弃用
-

twentynineteen_custom_colors_saturation_selection: 这是一个过滤钩子,允许开发者改变在Twenty Nineteen主题中选择自定义颜色的饱和度(强度)。

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

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

常见问题

FAQs
查看更多 >