You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
677 B

<?php
/**
* Plugin Name: CDEKDelivery
* Plugin URI: https://www.cdek.ru/ru/integration/modules/33
* Description: Интеграция доставки CDEK
* Version: 3.18.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: CDEK IT
* WC requires at least: 6.9
* WC tested up to: 8.0
* License: GPLv3
*/
defined('ABSPATH') or exit;
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
require __DIR__ . '/vendor/autoload.php';
}
if (!class_exists(\Cdek\Loader::class)) {
trigger_error('CDEKDelivery not fully installed! Please install with Composer or download full release archive.',
E_USER_ERROR);
}
(new \Cdek\Loader)(__FILE__);