You could use the tag_groups_cloud function and set the second parameter to "true", try for example:
if ( function_exists( 'tag_groups_cloud' ) ) print_r( tag_groups_cloud( array( 'orderby' => 'count', 'order' => 'DESC' ), true ) );
You could use the tag_groups_cloud function and set the second parameter to "true", try for example:
if ( function_exists( 'tag_groups_cloud' ) ) print_r( tag_groups_cloud( array( 'orderby' => 'count', 'order' => 'DESC' ), true ) );