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()
Source Source
File: wp-includes/category.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |