HUSKY - Product Filter for WooCommerce

woof_delete_img_url

更改删除图标的图片URL。

add_filter('woof_delete_img_url', function($current_img) {
    return 'https://my-site.com/wp-content/my-woof-del.png';
}, 10, 1);

自v.2.2.5.6版本起