WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about tag_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 4627 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $termlink Tag link URL.
int $term_id Term ID.