apply_filters( 'get_tags', array $tags, array $args )

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


Parameters

$tags

(array) Array of 'post_tag' term objects.

$args

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


Source

File: wp-includes/category.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.