apply_filters( 'get_the_tags', WP_Term[] $terms )

Filters the array of tags for the given post.


Description Description

See also See also


Top ↑

Parameters Parameters

$terms

(WP_Term[]) An array of tags for the given post.


Top ↑

Source Source

File: wp-includes/category-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.