apply_filters( 'get_the_tags', array $terms )

Filters the array of tags for the given post.


Description

See also


Parameters

$terms

(array) An array of tags for the given post.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.