apply_filters( 'term_link', string $termlink , object $term , string $taxonomy )
Filters the term link.
Parameters
- $termlink
-
Term link URL.
- $term
-
Term object.
- $taxonomy
-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |