get_tags

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$tags

Array of 'post_tag' term objects, a count thereof, or WP_Error if any of the taxonomies do not exist.

$args

An array of arguments. @see get_terms()

Source Source

File: wp-includes/category.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Advertisement

Leave a Reply