apply_filters( 'wp_generate_tag_cloud_data', array[] $tags_data )

Filters the data used to generate the tag cloud.


Parameters

$tags_data

An array of term data arrays for terms used to generate the tag cloud.


Source

File: wp-includes/category-template.php

View on GitHub


Changelog

Changelog
Version Description
4.3.0 Introduced.