WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_update_attachment_metadata

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php apply_filters 6630 /**
* 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.
*/

Hook Parameters

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