Great plugin thank you.
I am trying NOT to hide empty, like it's possible with get_terms.
So I need ALL terms to be displayed, even if empty.
I have this
$terms = apply_filters( 'taxonomy-images-get-terms', '', array('cat' => '1', 'post_type' => array( 'post','dvd'),'taxonomy'=> 'theme'));
Which works great, but where will I apply the Hide_empty argument?
Thx
S