Filters the permalink structure for a term before token replacement occurs.
Parameters
$termlink
string- The permalink structure for the term’s taxonomy.
$term
WP_Term- The term object.
Source
$termlink = apply_filters( 'pre_term_link', $termlink, $term );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.