edit_attachment, $post_id
edit_attachment, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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. *