add a new filter to term display in html
This commit is contained in:
parent
34e055bafe
commit
0d07a80040
|
@ -276,7 +276,7 @@ class Term extends Entity {
|
|||
|
||||
}
|
||||
|
||||
return $return;
|
||||
return apply_filters('tainacan-term-to-html', $return, $this);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue