add_attachment, $post_id
add_attachment, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('add_attachment, $post_id') is found 1 times:
- /wp-includes/post.php line 5116
* @since 2.0.0 * * @param int $post_id Attachment ID. */ do_action( 'add_attachment', $post_id ); } return $post_id; } if ( $update ) {