Filters the array of tags for the given post.
Description
See also
Parameters
Source
return apply_filters( 'get_the_tags', $terms );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
Filters the array of tags for the given post.
return apply_filters( 'get_the_tags', $terms );
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.