WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about twenty_twenty_one_social_icons_map

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php apply_filters 214 /**
* 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).
*
* @since Twenty Twenty-One 1.0
*
* @param array $social_icons_map Array of default social icons.
*/

Hook Parameters

Parameter Type Name Description
array $social_icons_map Array of default social icons.