Filter hook 'widget_tag_cloud_args'

in WP Core File wp-includes/widgets/class-wp-widget-tag-cloud.php at line 73

Description

Filters the taxonomy used in the Tag Cloud widget.

Occurrences

Filename Line Number
wp-includes/widgets/class-wp-widget-tag-cloud.php 73

Parameters

Type Name Description
array $args Args used for the tag cloud widget.
array $instance Array of settings for the current widget.

PHP Doc

/**
			 * Filters the taxonomy used in the Tag Cloud widget.
			 *
			 * @since 2.8.0
			 * @since 3.0.0 Added taxonomy drop-down.
			 * @since 4.9.0 Added the `$instance` parameter.
			 *
			 * @see wp_tag_cloud()
			 *
			 * @param array $args     Args used for the tag cloud widget.
			 * @param array $instance Array of settings for the current widget.
			 */