67*68* @see wp_tag_cloud()69*70* @param array$args Args used for the tag cloud widget.71* @param array$instanceArray of settings for the current widget.72*/73apply_filters(74'widget_tag_cloud_args',75array(76'taxonomy'=>$current_taxonomy,77'echo'=>false,78'show_count'=>$show_count,79),
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.