pre_delete_attachment WordPress Filter Hook
The pre_delete_attachment hook is called before an attachment is deleted from the database. This hook can be used to perform any actions that need to be taken before an attachment is deleted.
apply_filters( 'pre_delete_attachment', WP_Post|false|null $delete , WP_Post $post , bool $force_delete ) #
Filters whether an attachment deletion should take place.