add_attachment, $post_id

add_attachment, $post_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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 ) {