Filters Twenty Twenty's array of domain mappings for social icons.
$social_icons_maparraywp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php:95TwentyTwenty_SVG_Icons::get_social_link_svg() * specify all the domains it covers (including the .com TLD too, if applicable). * * @since Twenty Twenty 1.5 * * @param array $social_icons_map Array of default social icons. */ $map = apply_filters( 'twentytwenty_social_icons_map', self::$social_icons_map ); /** * Filters Twenty Twenty's array of social icons. * * @since Twenty Twenty 1.5 *Introduced in Twenty Twenty 1.5. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.