add a new filter to term display in html

This commit is contained in:
vnmedeiros 2018-10-22 11:15:01 -03:00
parent 34e055bafe
commit 0d07a80040
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class Term extends Entity {
}
return $return;
return apply_filters('tainacan-term-to-html', $return, $this);
}
}