Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: get_tags

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
302           /**
303            * Filters the array of term objects returned for the 'post_tag' taxonomy.
304            *
305            * @since 2.3.0
306            *
307            * @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
308            *                                     or WP_Error if any of the taxonomies do not exist.
309            * @param array                  $args An array of arguments. @see get_terms()
310            */
311           $tags = apply_filters( 'get_tags', $tags, $args );
312      }
313
314      return $tags;
315 }
316
317 /**
318  * Retrieves a post tag by tag ID or tag object.
319  *
320  * If you pass the $tag parameter an object, which is assumed to be the tag row