apply_filters( 'pre_term_link', string $termlink, WP_Term $term )

Filters the permalink structure for a terms before token replacement occurs.


Description Description


Parameters Parameters

$termlink

(string) The permalink structure for the term's taxonomy.

$term

(WP_Term) The term object.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.