WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_tags

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category.php apply_filters 311 /**
* Filters the array of term objects returned for the 'post_tag' taxonomy.
*
* @since 2.3.0
*
* @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
* or WP_Error if any of the taxonomies do not exist.
* @param array $args An array of arguments. @see get_terms()
*/

Hook Parameters

Parameter Type Name Description
WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
array $args An array of arguments. @see get_terms()