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



twentytwenty_svg_icon_color › WordPress Filter Hooks

SinceTwenty Twenty 1.5
Deprecatedn/a
apply_filters( 'twentytwenty_svg_icon_color', $color, $icon, $group )
Parameters: (3)
  • (string) $color The icon color.
    Required: Yes
  • (string) $icon The icon name.
    Required: Yes
  • (string) $group The icon group.
    Required: Yes
Defined at:
Codex:

Filters an SVG icon's color.



Related Functions: get_site_icon_url


Source

$color = apply_filters( 'twentytwenty_svg_icon_color', $color, $icon, $group );