wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



twentytwenty_social_icons_map › Les Filtres WordPress

DepuisTwenty Twenty 1.5
Dépréciéen/a
apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map )
Paramètres:
  • (array) $social_icons_map Array of default social icons.
    Requis: Oui
Défini(e) dans:
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).



Fonctions en relation: wp_protect_special_option


Source

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