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
相关勾子
twentynineteen_custom_colors_saturationtwentyseventeen_custom_colors_csstwentynineteen_custom_colors_saturation_selectiontwentynineteen_custom_colors_csstwentynineteen_custom_colors_lightness
相关方法
wp_register_custom_classname_support_wp_customize_loader_settings
引入
Twenty Seventeen 1.0
弃用
-

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

过滤Twenty Seventeen的默认饱和度。

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

常见问题

FAQs
查看更多 >