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.


Top ↑

Source

File: wp-includes/category-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.