apply_filters( 'widget_tag_cloud_args', array $args, array $instance )

Filters the taxonomy used in the Tag Cloud widget.


Description

See also


Top ↑

Parameters

$args

(array) Args used for the tag cloud widget.

$instance

(array) Array of settings for the current widget.


Top ↑

Source

File: wp-includes/widgets/class-wp-widget-tag-cloud.php

View on Trac


Top ↑

Changelog

Version Description
4.9.0 Added the $instance parameter.
3.0.0 Added taxonomy drop-down.
2.8.0 Introduced.