Filter hook 'wp_update_attachment_metadata'

in WP Core File wp-includes/post.php at line 6642

Description

Filters the updated attachment meta data.

Occurrences

Filename Line Number
wp-includes/post.php 6642

Parameters

Type Name Description
array $data Array of updated attachment meta data.
int $attachment_id Attachment post ID.

PHP Doc

/**
	 * Filters the updated attachment meta data.
	 *
	 * @since 2.1.0
	 *
	 * @param array $data          Array of updated attachment meta data.
	 * @param int   $attachment_id Attachment post ID.
	 */