do_action( 'add_attachment', int $post_ID )

Fires once an attachment has been added.


Parameters

$post_ID

(int) Attachment ID.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.