Bug in the get_the_icon function?
-
On line 387 of simple_category_icons.php I think it should be
$term = get_term($id, $term_type);
instead of
$term = get_term($use_term_id, $term_type);
Otherwise it doesn’t return any icon
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in the get_the_icon function?’ is closed to new replies.