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.


Top ↑

Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog

Version Description
2.0.0 Introduced.