apply_filters( 'get_term', WP_Term $_term, string $taxonomy )

Filters a taxonomy term object.


Description Description


Parameters Parameters

$_term

(WP_Term) Term object.

$taxonomy

(string) The taxonomy slug.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

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