Files
old-new-wiaas/backend/app/plugins/wiaas/includes/class-wiass-templates.php
2018-09-19 22:33:59 +02:00

11 lines
290 B
PHP

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