Deleted error logs

This commit is contained in:
Nedim Uka
2018-09-20 12:34:54 +02:00
parent 246656bc56
commit d3b0d10143
5 changed files with 2 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ 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';
require_once dirname(__FILE__) . '/templates/class-wiaas-wc-product-template.php';
}
}