woof_delete_img_url
Ermöglicht das Ändern der Bild-URL für das Löschbild.
add_filter('woof_delete_img_url', function($current_img) {
return 'https://my-site.com/wp-content/my-woof-del.png';
}, 10, 1);

Ab v.2.2.5.6
Ermöglicht das Ändern der Bild-URL für das Löschbild.
add_filter('woof_delete_img_url', function($current_img) {
return 'https://my-site.com/wp-content/my-woof-del.png';
}, 10, 1);

Ab v.2.2.5.6