wpseek.com
A WordPress-centric search engine for devs and theme authors



twentytwenty_svg_icons_{$group} › WordPress Filter Hooks

SinceTwenty Twenty 1.5
Deprecatedn/a
apply_filters( "twentytwenty_svg_icons_{$group}", $arr )
Parameters:
  • (array) $arr Array of icons.
    Required: Yes
Defined at:
Codex:

Filters Twenty Twenty's array of icons.

The dynamic portion of the hook name, $group, refers to the name of the group of icons, either "ui" or "social".



Related Functions:


Source

$arr = apply_filters( "twentytwenty_svg_icons_{$group}", $arr );