delete_row
Deletes a row in the given table.
Parameters
- string $table_name — Name of the table to delete the data.
- array $where — Array of where clauses to narrow down the rows to delete.
Returns
- false|int — The ID for the deleted row if successful or false if unsuccessful.
Since: 2.0
Source
- /includes/classes/base/class-database.php — 69