Filters the permalink structure for a term before token replacement occurs.
Parameters
$termlinkstring- The permalink structure for the term’s taxonomy.
$termWP_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.