Filters the list of terms attached to the given post.
Parameters
Source
$terms = apply_filters( 'get_the_terms', $terms, $post->ID, $taxonomy );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
Filters the list of terms attached to the given post.
$terms = apply_filters( 'get_the_terms', $terms, $post->ID, $taxonomy );
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.