apply_filters( 'term_link', string $termlink , WP_Term $term , string $taxonomy )
Filters the term link.
Parameters
- $termlink
-
(string) Term link URL.
- $term
-
(WP_Term) Term object.
- $taxonomy
-
(string) Taxonomy slug.
More Information
This filter is applied to the link URL for a term prior to printing by the function get_term_link().
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example migrated from Codex:
Append a hashbang at the end of the url.