1048* @param string[]|string$returnString containing the generated HTML tag cloud output1049*or an array of tag links if the 'format' argument1050* equals 'array'.1051* @param WP_Term[]$tags An array of terms used in the tag cloud.1052* @param array$args An array of wp_generate_tag_cloud() arguments.1053*/1054returnapply_filters('wp_generate_tag_cloud',$return,$tags,$args);1055}else{1056return$return;1057}1058}10591060/**
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.