twentynineteen_custom_colors_saturation

过滤钩子
apply_filters( 'twentynineteen_custom_colors_saturation', 100 )
参数
  • (int) $saturation Color saturation level.
    Required:
定义位置
  • wp-content/themes/twentynineteen/inc/color-patterns.php , line 27
相关勾子
twentyseventeen_custom_colors_saturationtwentynineteen_custom_colors_saturation_selectiontwentynineteen_custom_colors_csstwentynineteen_custom_colors_lightnesstwentynineteen_custom_colors_lightness_selection
相关方法
_wp_customize_loader_settingswp_register_custom_classname_supportwp_get_custom_css
引入
Twenty Nineteen 1.0
弃用
-

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

过滤Twenty Nineteen默认的饱和度水平。

$saturation = apply_filters( 'twentynineteen_custom_colors_saturation', 100 );

常见问题

FAQs
查看更多 >