twentytwenty_social_icons_map

twentytwenty_social_icons_map

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_social_icons_map') is found 1 times:

  • /wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php line 95
    091
    092
    093
    094
    095
    096
    097
    098
    099
    100
    101
    * @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
     *