Filter hook 'wp_tag_cloud'

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

Description

Filters the tag cloud output.

Occurrences

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

Parameters

Type Name Description
string|string[] $return Tag cloud as a string or an array, depending on 'format' argument.
array $args An array of tag cloud arguments. See wp_tag_cloud() for information on accepted arguments.

PHP Doc

/**
	 * Filters the tag cloud output.
	 *
	 * @since 2.3.0
	 *
	 * @param string|string[] $return Tag cloud as a string or an array, depending on 'format' argument.
	 * @param array           $args   An array of tag cloud arguments. See wp_tag_cloud()
	 *                                for information on accepted arguments.
	 */