add custom package status

This commit is contained in:
Bilal Catic
2018-10-09 14:33:53 +02:00
parent ac9c89e8eb
commit c7e8a526e0
2 changed files with 106 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class Wiaas_Package {
require_once dirname( __FILE__ ) . '/package/class-wiaas-package-option-groups.php';
require_once dirname( __FILE__ ) . '/package/class-wiaas-package-type.php';
require_once dirname( __FILE__ ) . '/package/class-wiaas-package-status.php';
require_once dirname( __FILE__ ) . '/package/wiaas-package-functions.php';