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
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires once an attachment has been added.
Attachment ID.
File: wp-includes/post.php
Version | Description |
---|---|
2.0.0 | Introduced. |