woof_delete_img_url
silme-resim için resim URL'sini değiştirmeye izin verir.
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'dan itibaren
silme-resim için resim URL'sini değiştirmeye izin verir.
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'dan itibaren