apply_filters( 'get_the_tags', WP_Term[] $terms )
Filters the array of tags for the given post.
Description Description
See also See also
Parameters Parameters
- $terms
-
(WP_Term[]) An array of tags for the given post.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |