pre_post_update, $post_id, $data
pre_post_update, $post_id, $data
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('pre_post_update, $post_id, $data') is found 1 times:
- /wp-includes/post.php line 4900
* * @param int $post_id Post ID. * @param array $data Array of unslashed post data. */ do_action( 'pre_post_update', $post_id, $data ); if ( false === $wpdb->update( $wpdb->posts, $data, $where ) ) { if ( $wp_error ) { if ( 'attachment' === $post_type ) { $message = __( 'Could not update attachment in the database.' ); } else {