Automattic\WooCommerce\Database\Migrations\CustomOrderTable

PostsToOrdersMigrationController::verify_transaction_isolation_level()publicWC 1.0

Метод класса: PostsToOrdersMigrationController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$PostsToOrdersMigrationController = new PostsToOrdersMigrationController();
$PostsToOrdersMigrationController->$exception_class = get_class( $exception );
$exception (обязательный)
-

Код PostsToOrdersMigrationController::verify_transaction_isolation_level() WC 8.7.0

$exception_class = get_class( $exception );
$this->error_logger->error(
	"$name: when processing ids $batch: ($exception_class) {$exception->getMessage()}, {$exception->getTraceAsString()}",
	array(
		'source'    => self::LOGS_SOURCE_NAME,