apply_filters( 'term_link', string $termlink, WP_Term $term, string $taxonomy )

Filters the term link.


Parameters

$termlink

(string) Term link URL.

$term

(WP_Term) Term object.

$taxonomy

(string) Taxonomy slug.


Source

File: wp-includes/taxonomy.php

View on GitHub


Changelog

Changelog
Version Description
2.5.0 Introduced.