apply_filters( 'pre_term_link', string $termlink , WP_Term $term )
Filters the permalink structure for a terms before token replacement occurs.
Parameters
- $termlink
-
The permalink structure for the term's taxonomy.
- $term
-
The term object.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.9.0 | Introduced. |