apply_filters( 'get_tags', WP_Term[]|int $tags, array $args )

Filters the array of term objects returned for the ‘post_tag’ taxonomy.


Description Description


Parameters Parameters

$tags

(WP_Term[]|int) Array of 'post_tag' term objects, or a count thereof.

$args

(array) An array of arguments. @see get_terms()


Top ↑

Source Source

File: wp-includes/category.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.