Hello; j'ai une fonction qui me fait un truc très, très bizarre.
Et surtout, très, très, très énervant :
ça, ça marche :
ça, ça marche pas
Et surtout, très, très, très énervant :
ça, ça marche :
$img = g2_tagimageblock('396|100'); //--->fonctionne
return $img;
ça, ça marche pas
$tag = $wpg2tag[0].'|'.$thumbsize;
echo $tag; //rend : 396|100
$img = g2_tagimageblock($tag); // ----> fonctionne pas ????!
return $img;