reseller to customer
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class Wiaas_Data_Store {
|
||||
|
||||
public static function init() {
|
||||
|
||||
require_once dirname( __FILE__ ) . '/data-stores/class-wiaas-shop-data-store.php';
|
||||
}
|
||||
}
|
||||
|
||||
Wiaas_Data_Store::init();
|
||||
Reference in New Issue
Block a user