Filters the HTML output of a taxonomy list.
Filtre la sortie HTML d'une liste de taxonomie.
$args = ''
Sortie :
@param string $output HTML output.
@param array|string $args An array or query string of taxonomy-listing arguments. See
@param array|string $args {
@return void|string|string[] Void if 'echo' argument is true, or on failure. Otherwise, tag cloud
add_filter('wp_tag_cloud', 'custom_tag_cloud');
function custom_tag_cloud($cloud) {
return $cloud;
}
Chargement des actualités...