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