wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_delete_attachment › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'pre_delete_attachment', null, $post, $force_delete )
Parameters: (3)
  • () delete Whether to go forward with deletion.
    Required: Yes
  • () post Post object.
    Required: Yes
  • () force_delete Whether to bypass the Trash.
    Required: Yes
Defined at:
Codex:

Filters whether an attachment deletion should take place.





Source

$check = apply_filters( 'pre_delete_attachment', null, $post, $force_delete );