get_{$taxonomy}

Advertisement

Summery Summery

Filters a taxonomy term object.

Syntax Syntax

apply_filters( "get_{$taxonomy}", WP_Term $_term, string $taxonomy )

Description Description

The dynamic portion of the filter name, $taxonomy, refers to the slug of the term’s taxonomy.

Parameters Parameters

$_term

Term object.

$taxonomy

The taxonomy slug.

Source Source

File: wp-includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 $_term is now a WP_Term object.
2.3.0 Introduced.

Advertisement

Leave a Reply