apply_filters( 'get_the_tags', WP_Term[]|false|WP_Error $terms )
Filters the array of tags for the given post.
Description
See also
Parameters
Source
File: wp-includes/category-template.php
.
View all references
return apply_filters( 'get_the_tags', $terms );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |