/** * Update a row in the table. * @see wpdb::update() */ public function update(array $data, array $where) { return $this->connection->update($this, $data, $where); }