mirror of
https://gh.wpcy.net/https://github.com/michelve/software-license-manager.git
synced 2026-07-16 20:43:10 +08:00
- 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
15 lines
No EOL
462 B
PHP
Executable file
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'; |