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



twentytwenty_social_icons_map › WordPress Filter Hooks

SeitTwenty Twenty 1.5
Veraltetn/v
apply_filters( 'twentytwenty_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'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: wp_protect_special_option


Quellcode

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