attachment_updated, $post_id, $post_after, $post_before
attachment_updated, $post_id, $post_after, $post_before
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('attachment_updated, $post_id, $post_after, $post_before') is found 1 times:
- /wp-includes/post.php line 5106
* @param int $post_id Post ID. * @param WP_Post $post_after Post object following the update. * @param WP_Post $post_before Post object before the update. */ do_action( 'attachment_updated', $post_id, $post_after, $post_before ); } else { /** * Fires once an attachment has been added. * * @since 2.0.0