Repalced virtual product with template category
This commit is contained in:
11
backend/app/plugins/wiaas/includes/class-wiass-templates.php
Normal file
11
backend/app/plugins/wiaas/includes/class-wiass-templates.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class Wiaas_Templates {
|
||||
|
||||
public static function init() {
|
||||
require_once dirname( __FILE__ ) . '/templates/class-wiaas-template-category.php';
|
||||
require_once dirname( __FILE__ ) . '/templates/class-wiaas-template-category-object.php';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Wiaas_Templates::init();
|
||||
Reference in New Issue
Block a user