update( $wpdb->posts, array( 'post_modified' => get_date_from_gmt( $modified_gmt ), 'post_modified_gmt' => $modified_gmt, ), array( 'ID' => $order_id ), array( '%s', '%s' ), array( '%d' ) ); clean_post_cache( $order_id ); } }