apply_filters( 'wp_tag_cloud', string $return, array $args )

Filters the tag cloud output.


Parameters

$return

(string) HTML output of the tag cloud.

$args

(array) An array of tag cloud arguments.


Source

File: wp-includes/category-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.