twentytwenty_svg_icon_color

过滤钩子
apply_filters( 'twentytwenty_svg_icon_color', $color, $icon, $group )
参数
  • (string) $color The icon color.
    Required:
  • (string) $icon The icon name.
    Required:
  • (string) $group The icon group.
    Required:
定义位置
  • wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php , line 58
相关勾子
twentytwenty_svg_icons_socialtwenty_twenty_one_svg_icons_socialtwentytwenty_svg_icons_grouptwenty_twenty_one_svg_icons_grouptwentytwenty_site_logo
相关方法
get_site_icon_url
引入
Twenty Twenty 1.5
弃用
-

twentytwenty_svg_icon_color:这是一个过滤器钩子,允许您更改主题图标中使用的 SVG 的颜色。

过滤一个SVG图标的颜色。

$color = apply_filters( 'twentytwenty_svg_icon_color', $color, $icon, $group );

常见问题

FAQs
查看更多 >