wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentyseventeen_custom_colors_saturation › WordPress过滤钩子

SinceTwenty Seventeen 1.0
已弃用n/a
apply_filters( 'twentyseventeen_custom_colors_saturation', 50 )
参数:
  • (int) $saturation Color saturation level.
    Required: Yes
定义在:
文档:

Filters Twenty Seventeen default saturation level.





源码

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