pre_term_link

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$termlink

The permalink structure for the term's taxonomy.

$term

The term object.

Source Source

File: wp-includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Advertisement

Leave a Reply