Automattic\WooCommerce\Database\Migrations\CustomOrderTable
PostsToOrdersMigrationController::commit_transaction()
Commit the current database transaction.
Method of the class: PostsToOrdersMigrationController{}
No Hooks.
Return
true|false
. True on success, false on error.
Usage
// private - for code of main (parent) class only $result = $this->commit_transaction(): bool;
PostsToOrdersMigrationController::commit_transaction() PostsToOrdersMigrationController::commit transaction code WC 9.7.1
private function commit_transaction(): bool { return $this->db_query( 'COMMIT' ); }