Exemple #1
0
 /**
  * Delete a row in the table.
  * @see wpdb::delete()
  */
 public function delete(array $where)
 {
     return $this->connection->delete($this, $where);
 }