W3cubDocs

/WordPress

apply_filters( ‘wp_generate_tag_cloud_data’, array[] $tags_data )

Filters the data used to generate the tag cloud.

Parameters

$tags_dataarray[]
An array of term data arrays for terms used to generate the tag cloud.

Source

$tags_data = apply_filters( 'wp_generate_tag_cloud_data', $tags_data );

Changelog

Version Description
4.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_generate_tag_cloud_data