Filter: mc_override_category_icon

apply_filters( 'mc_override_category_icon', $override, $event, $type ) → {string|bool}

Override the return value for a category icon.

Parameters:
Name Type Description
$override bool

Return a string value to short circuit the category icon query.

$event object

Event object.

$type string

Type of output - HTML or URL only.

Source:
Returns:
Type
string | bool