Filters Twenty Twenty-Ones's array of domain mappings for social icons.
$social_icons_maparraywp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php:226Twenty_Twenty_One_SVG_Icons::get_social_link_svg() * 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. */ $map = apply_filters( 'twenty_twenty_one_social_icons_map', self::$social_icons_map ); /** * Filters Twenty Twenty-One's array of social icons. * * @since Twenty Twenty-One 1.0 *Introduced in Twenty Twenty-One 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.