apply_filters( 'get_the_tags', WP_Term[]|false|WP_Error $terms )

Filters the array of tags for the given post.

Description

See also

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.

Source

File: wp-includes/category-template.php

View on Trac

Changelog

Version Description
2.3.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_the_tags