Description
Filters the tag link.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 4707 |
Parameters
Type | Name | Description |
---|---|---|
string | $termlink | Tag link URL. |
int | $term_id | Term ID. |
PHP Doc
/**
* Filters the tag link.
*
* @since 2.3.0
* @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter.
* @since 5.4.1 Restored (un-deprecated).
*
* @param string $termlink Tag link URL.
* @param int $term_id Term ID.
*/