order delivery process
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class Wiaas_Admin_Order_Delivery_Process {
|
||||
|
||||
public static function init() {
|
||||
require_once dirname( __FILE__ ) . '/delivery-process/class-wiaas-admin-order-delivery-process-flow.php';
|
||||
require_once dirname( __FILE__ ) . '/delivery-process/wiaas-admin-order-delivery-process-ajax.php';
|
||||
}
|
||||
}
|
||||
|
||||
Wiaas_Admin_Order_Delivery_Process::init();
|
||||
Reference in New Issue
Block a user