twenty_twenty_one_social_icons_map

twenty_twenty_one_social_icons_map

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.3.2

apply_filters('twenty_twenty_one_social_icons_map') is found 1 times:

  • /wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php line 226
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    * @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
     *