Filter hook 'wp_generate_tag_cloud_data'

in WP Core File wp-includes/category-template.php at line 999

Description

Filters the data used to generate the tag cloud.

Occurrences

Filename Line Number
wp-includes/category-template.php 999

Parameters

Type Name Description
array[] $tags_data An array of term data arrays for terms used to generate the tag cloud.

PHP Doc

/**
	 * Filters the data used to generate the tag cloud.
	 *
	 * @since 4.3.0
	 *
	 * @param array[] $tags_data An array of term data arrays for terms used to generate the tag cloud.
	 */