add new classes License and LicenseAPI

This commit is contained in:
dwindown
2025-08-22 12:59:23 +07:00
parent 56ca12119c
commit 38b6b5cddb
6 changed files with 557 additions and 0 deletions

5
admin/page-licenses.php Normal file
View File

@@ -0,0 +1,5 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<div class="wrap formipay-page">
<h1><?php echo esc_html__('Licenses', 'formipay'); ?></h1>
<div id="formipay-licenses-table"></div>
</div>