On this page
do_action( 'add_attachment', int $post_ID )
Fires once an attachment has been added.
Parameters
$post_IDint-
Attachment ID.
More Information
This hook is called when an attachment created by wp_insert_attachment() in wp-includes/post.php.
Source
File: wp-includes/post.php. View all references
do_action( 'add_attachment', $post_ID );
Related
Used By
| Used By | Description |
|---|---|
| wp_insert_post() wp-includes/post.php | Inserts or update a post. |
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_attachment