apply_filters( 'wp_tag_cloud', string|array $return , array $args )
Filters the tag cloud output.
Parameters Parameters
- $return
-
(string|array) Tag cloud as a string or an array, depending on 'format' argument.
- $args
-
(array) An array of tag cloud arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Basic Example
Adds
rel="nofollow"
to all the tag cloud links.