Description
Filters the tag cloud output.
Occurrences
Filename | Line Number |
---|---|
wp-includes/category-template.php | 778 |
Parameters
Type | Name | Description |
---|---|---|
string|string[] | $return | Tag cloud as a string or an array, depending on 'format' argument. |
array | $args | An array of tag cloud arguments. See wp_tag_cloud() for information on accepted arguments. |
PHP Doc
/**
* Filters the tag cloud output.
*
* @since 2.3.0
*
* @param string|string[] $return Tag cloud as a string or an array, depending on 'format' argument.
* @param array $args An array of tag cloud arguments. See wp_tag_cloud()
* for information on accepted arguments.
*/