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



twentytwenty_social_icons_map › WordPress过滤钩子

SinceTwenty Twenty 1.5
已弃用n/a
apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map )
参数:
  • (array) $social_icons_map Array of default social icons.
    Required: Yes
定义在:
文档:

Filters Twenty Twenty's array of domain mappings for social icons.

By default, each Icon ID is matched against a .com TLD. To override this behavior, specify all the domains it covers (including the .com TLD too, if applicable).



Related Functions: wp_protect_special_option


源码

$map = apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map );