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