1184*1185* @see get_the_terms()1186*1187* @param WP_Term[]|false|WP_Error$termsArray of WP_Term objects on success,falseif there are no terms1188*or the post does not exist, WP_Error on failure.1189*/1190returnapply_filters('get_the_tags',$terms);1191}11921193/**1194* Retrieves the tags for a post formatted as a string.1195*1196* @since 2.3.0
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.