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



twenty_twenty_one_social_icons_map › Les Filtres WordPress

DepuisTwenty Twenty-One 1.0
Dépréciéen/a
apply_filters( 'twenty_twenty_one_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-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).



Fonctions en relation: render_block_core_social_link


Source

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