apply_filters( 'wp_tag_cloud', string|string[] $return , array $args )
Filters the tag cloud output.
Parameters
- $return
-
Tag cloud as a string or an array, depending on 'format' argument.
- $args
-
An array of tag cloud arguments. See wp_tag_cloud() for information on accepted arguments.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |