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



twenty_twenty_one_svg_icons_{$group} › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( "twenty_twenty_one_svg_icons_{$group}", $arr )
Parameters:
  • () arr Array of icons.
    Required: Yes
Defined at:
Codex:

Filters Twenty Twenty-Ones'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( "twenty_twenty_one_svg_icons_{$group}", $arr );