5203* Fires once an attachment has been added.5204*5205* @since 2.0.05206*5207* @param int$post_id Attachment ID.5208*/5209do_action('add_attachment',$post_id);5210}52115212return$post_id;5213}52145215if($update){
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.