Repalced virtual product with template category

This commit is contained in:
Nedim Uka
2018-09-19 22:33:59 +02:00
parent f2d3efc526
commit 434083820c
8 changed files with 297 additions and 78 deletions

View 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();