software-license-manager/admin/slm-admin-init.php
Michel Velis 36b80696e3 ## Features
- added: support for email reminder, user will receive an email when license has expired
-  fixed: a bug where email will be send-out
- added: custom fields to woocommece order
- added: product type (license) for woocommerce
- rebuilt my licenses in my account page
- added: until version and current version to api
- ui: change styles to match more wp interface
2019-07-01 14:50:31 -04:00

15 lines
No EOL
462 B
PHP
Executable file

<?php
if (!defined('WPINC')) {
die;
}
require_once SLM_ADMIN . 'slm-manage-licenses.php';
require_once SLM_ADMIN . 'slm-add-licenses.php';
require_once SLM_ADMIN . 'slm-lic-settings.php';
require_once SLM_ADMIN . 'slm-admin-functions.php';
require_once SLM_ADMIN . 'slm-integration-help-page.php';
require_once SLM_ADMIN . 'slm-subscribers.php';
require_once SLM_ADMIN . 'slm-list-licenses-class.php';
require_once SLM_ADMIN . 'slm-dashboard-widgets.php';