Description
Filters the term link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 4732 |
Parameters
Type | Name | Description |
---|---|---|
string | $termlink | Term link URL. |
WP_Term | $term | Term object. |
string | $taxonomy | Taxonomy slug. |
PHP Doc
/**
* Filters the term link.
*
* @since 2.5.0
*
* @param string $termlink Term link URL.
* @param WP_Term $term Term object.
* @param string $taxonomy Taxonomy slug.
*/