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



twenty_twenty_one_social_icons_map › WordPress Filter Hooks

SinceTwenty Twenty-One 1.0
Deprecatedn/a
apply_filters( 'twenty_twenty_one_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-Ones'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).





Source

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