5027* Fires once an attachment has been added.5028*5029* @since 2.0.05030*5031* @param int$post_id Attachment ID.5032*/5033do_action('add_attachment',$post_id);5034}50355036return$post_id;5037}50385039if($update){
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.