Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/category-template.php | apply_filters | 999 | /** * Filters the data used to generate the tag cloud. * * @since 4.3.0 * * @param array[] $tags_data An array of term data arrays for terms used to generate the tag cloud. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array[] | $tags_data | An array of term data arrays for terms used to generate the tag cloud. |