Filter: sensei_icon_href

apply_filters( 'sensei_icon_href', $icon_href, $sprite_file, $name ) → {string}

Filters the icon href for the svg.

Parameters:
Name Type Description
$icon_href string

The icon href.

$sprite_file string

The sprite file URL.

$name string

The icon name.

Since:
  • 4.4.0
Source:
Returns:

The icon href.

Type
string