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

Filters the tag cloud output.


Description


Parameters

$return

(string) HTML output of the tag cloud.

$args

(array) An array of tag cloud arguments.


Top ↑

Source

File: wp-includes/category-template.php

View on Trac


Top ↑

Changelog

Version Description
2.3.0 Introduced.