Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/category-template.php | apply_filters | 778 | /** * 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. */ |
Hook Parameters
Parameter 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() |