Description
Filters whether an attachment deletion should take place.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 6408 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post|false|null | $delete | Whether to go forward with deletion. |
WP_Post | $post | Post object. |
bool | $force_delete | Whether to bypass the Trash. |
PHP Doc
/**
* Filters whether an attachment deletion should take place.
*
* @since 5.5.0
*
* @param WP_Post|false|null $delete Whether to go forward with deletion.
* @param WP_Post $post Post object.
* @param bool $force_delete Whether to bypass the Trash.
*/