Удалить в запросе WordPress
$id = 0815;
$table = 'eLearning_progress';
$wpdb->delete( $table, array( 'id' => $id ) );
Thoughtful Tapir
$id = 0815;
$table = 'eLearning_progress';
$wpdb->delete( $table, array( 'id' => $id ) );
wpdb::delete( string $table, array $where, array|string $where_format = null )