apply_filters( 'pre_delete_attachment', WP_Post|false|null $delete , WP_Post $post , bool $force_delete )
Filters whether an attachment deletion should take place.
Parameters
- $delete
-
Whether to go forward with deletion.
- $post
-
Post object.
- $force_delete
-
Whether to bypass the Trash.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |