Warning: This hook has been deprecated. Use ‘term_link’ instead.
apply_filters( 'tag_link', string $termlink , int $term_id )
Filters the tag link.
Description Description
Parameters Parameters
- $termlink
-
(string) Tag link URL.
- $term_id
-
(int) Term ID.
Source Source
File: wp-includes/taxonomy.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use 'term_link' instead. |
2.3.0 | Introduced. |