do_action( 'add_attachment', int $post_id )

Fires once an attachment has been added.


Parameters

$post_id int
Attachment ID.

Top ↑

More Information

This hook is called when an attachment created by wp_insert_attachment()  in wp-includes/post.php.


Top ↑

Source

File: wp-includes/post.php. View all references

do_action( 'add_attachment', $post_id );


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.