woof_image_allow_term_desc
From v.2.2.6
By default a description of the term is added for pictures, now it can be turned off. By default is true. Example:
add_filter('woof_image_allow_term_desc', function ($show) { return false; });
Troubles? Ask for Support!