do_action( 'delete_attachment', int $post_id )
Fires before an attachment is deleted, at the start of wp_delete_attachment().
Description
Parameters
- $post_id
-
(int) Attachment ID.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |