2018-09-19 22:33:59 +02:00
|
|
|
<?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';
|
2018-09-20 12:34:54 +02:00
|
|
|
require_once dirname(__FILE__) . '/templates/class-wiaas-wc-product-template.php';
|
2018-09-19 22:33:59 +02:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Wiaas_Templates::init();
|