61a62,73
> 			/**
> 			 * Filters the social icons regex map.
> 			 *
> 			 * The map has social link keywords and regexes that match that social media
> 			 * URL patterns. To add more icons, rewrite the pluggable function
> 			 * twentytwenty_get_theme_svg() so that it includes the built-in SVG icons and
> 			 * also your new icons, and then add the social media URL pattern to this list.
> 			 *
> 			 * @param array An array where keys are social media icon keywords and the
> 			 *              values are regex patterns for the link matching.
> 			 */
> 			$regex_map = apply_filters( 'social_icon_regex_map', $regex_map );
