wp_generate_tag_cloud_data WordPress Filter Hook
The wp_generate_tag_cloud_data hook is used to generate the data needed to display a tag cloud. This hook is typically used in conjunction with the wp_generate_tag_cloud() function.
apply_filters( 'wp_generate_tag_cloud_data', array[] $tags_data ) #
Filters the data used to generate the tag cloud.
Parameters
- $tags_data
(array[])An array of term data arrays for terms used to generate the tag cloud.
Source
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |