twentyseventeen_custom_colors_css

过滤钩子
apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation )
参数
  • (string) $css Base theme colors CSS.
    Required:
  • (int) $hue The user's selected color hue.
    Required:
  • (string) $saturation Filtered theme color saturation level.
    Required:
定义位置
  • wp-content/themes/twentyseventeen/inc/color-patterns.php , line 579
相关勾子
twentynineteen_custom_colors_csstwentyseventeen_custom_colors_saturationtwentynineteen_custom_colors_lightnesstwentyseventeen_custom_header_argstwentynineteen_custom_colors_saturation
相关方法
wp_get_custom_csswp_custom_css_cbget_post_custom_valueswp_get_custom_css_postget_custom_logothe_custom_logo
引入
Twenty Seventeen 1.0
弃用
-

twentyseventeen_custom_colors_css: 这是一个过滤钩子,允许开发者添加自定义的CSS规则来改变Twenty Seventeen主题中各种元素的颜色。

过滤Twenty Seventeen的自定义颜色CSS。

return apply_filters( 'twentyseventeen_custom_colors_css', $css, $hue, $saturation );

常见问题

FAQs
查看更多 >