apply_filters( 'widget_tag_cloud_args', array $args , array $instance )
Filters the taxonomy used in the Tag Cloud widget.
Description
See also
Parameters
- $args
-
Args used for the tag cloud widget.
- $instance
-
Array of settings for the current widget.
Source
Changelog
Version | Description |
---|---|
WP-4.9.0 | Added the $instance parameter. |
WP-3.0.0 | Added taxonomy drop-down. |
WP-2.8.0 | Introduced. |