wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



twentytwenty_social_icons_map › Hooks de Filtros WordPress

DesdeTwenty Twenty 1.5
Obsoleton/a
apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map )
Parâmetros:
  • (array) $social_icons_map Array of default social icons.
    Required: Yes
Definido em:
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).



Funções relacionadas: wp_protect_special_option


Fonte

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