wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



twenty_twenty_one_social_icons_map › WordPress Filter Hooks

SeitTwenty Twenty-One 1.0
Veraltetn/v
apply_filters( 'twenty_twenty_one_social_icons_map', self::$social_icons_map )
Parameter:
  • (array) $social_icons_map Array of default social icons.
    Erforderlich: Ja
Definiert in:
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).



Ähnliche Funktionen: render_block_core_social_link


Quellcode

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