delete in wordpress query

72

$id = 0815;
$table = 'eLearning_progress';
$wpdb->delete( $table, array( 'id' => $id ) );

Comments

Submit
0 Comments