twentytwenty_svg_icons_social

过滤钩子
apply_filters( 'twentytwenty_svg_icons_social', self::$social_icons )
参数
  • (array) $social_icons Array of default social icons.
    Required:
定义位置
  • wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php , line 104
相关勾子
twenty_twenty_one_svg_icons_socialtwentytwenty_svg_icon_colortwentytwenty_svg_icons_grouptwentytwenty_social_icons_maptwenty_twenty_one_svg_icons_group
引入
Twenty Twenty 1.5
弃用
-

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

过滤Twenty Twenty的社交图标数组。

$social_icons = apply_filters( 'twentytwenty_svg_icons_social', self::$social_icons );

常见问题

FAQs
查看更多 >