WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_term_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 4583 /**
* Filters the permalink structure for a term before token replacement occurs.
*
* @since 4.9.0
*
* @param string $termlink The permalink structure for the term's taxonomy.
* @param WP_Term $term The term object.
*/

Hook Parameters

Parameter Type Name Description
string $termlink The permalink structure for the term's taxonomy.
WP_Term $term The term object.