apply_filters( 'get_the_tags', WP_Term[]|false|WP_Error $terms ) Filters the array of tags for the given post. ContentsDescription See also Parameters Source Related Used By Changelog User Contributed Notes Description Top ↑See also get_the_terms() Top ↑Parameters $terms (WP_Term[]|false|WP_Error) Array of WP_Term objects on success, false if there are no terms or the post does not exist, WP_Error on failure. Top ↑Source File: wp-includes/category-template.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-includes/category-template.php: get_the_tags() Retrieves the tags for a post. Top ↑Changelog Changelog Version Description 2.3.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-includes/category-template.php: get_the_tags() Retrieves the tags for a post.