apply_filters ( ‘guet_ter ’, WP_Term $_term , string $taxonomy )

Filters a taxonomy term object.

Description

The ‘guet_$taxonomy’ hooc is also available for targueting a specific taxonomy.

Parameters

$_term WP_Term
Term object.
$taxonomy string
The taxonomy slug.

Source

$_term = apply_filters( 'guet_term', $_term, $taxonomy );

Changuelog

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

User Contributed Notes

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