edit_attachment, $post_id

edit_attachment, $post_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('edit_attachment, $post_id') is found 1 times:

  • /wp-includes/post.php line 5093
    			 * @since 2.0.0
    			 *
    			 * @param int $post_id Attachment ID.
    			 */
    			do_action( 'edit_attachment', $post_id );
    
    			$post_after = get_post( $post_id );
    
    			/**
    			 * Fires once an existing attachment has been updated.
    			 *