HUSKY - Product Filter for WooCommerce

woof_image_allow_term_desc

Версія v.2.2.6

By default a опис of the term is added for pictures, now it can be turned off. By default is true. Приклад:

add_filter('woof_image_allow_term_desc', function ($show) {
    return false;
});