apply_filters( 'wp_generate_tag_cloud', array|string $return , array $tags , array $args )
Filters the generated output of a tag cloud.
Description
The filter is only evaluated if a true value is passed to the $filter argument in wp_generate_tag_cloud().
See also
Parameters
- $return
-
String containing the generated HTML tag cloud output or an array of tag links if the 'format' argument equals 'array'.
- $tags
-
An array of terms used in the tag cloud.
- $args
-
An array of wp_generate_tag_cloud() arguments.
Source
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |