wpseek.com
A WordPress-centric search engine for devs and theme authors



term_link › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'term_link', $termlink, $term, $taxonomy )
Parameters: (3)
  • (string) $termlink Term link URL.
    Required: Yes
  • (WP_Term) $term Term object.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
Defined at:
Codex:

Filters the term link.





Source

return apply_filters( 'term_link', $termlink, $term, $taxonomy );