do_action( 'add_attachment', int $post_id )

Fires once an attachment has been added.


Parameters

$post_id

Attachment ID.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
2.0.0 Introduced.