wpseek.com
A WordPress-centric search engine for devs and theme authors



twentytwenty_social_icons_map › WordPress Filter Hooks

SinceTwenty Twenty 1.5
Deprecatedn/a
apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map )
Parameters:
  • (array) $social_icons_map Array of default social icons.
    Required: Yes
Defined at:
Codex:

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


Source

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