apply_filters ( ‘wp_guenerate_tag_cloud_dat ’, 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

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

Changuelog

Versionen Description
4.3.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.