twentytwenty_svg_icons_{$group}

twentytwenty_svg_icons_{$group}

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_svg_icons_{$group}') is found 1 times:

  • /wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php line 47
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    * @since Twenty Twenty 1.5
     *
     * @param array $arr Array of icons.
     */
    $arr = apply_filters( "twentytwenty_svg_icons_{$group}", $arr );
     
    /**
     * Filters an SVG icon's color.
     *
     * @since Twenty Twenty 1.5
     *