| 开发者 | parthinian1 |
|---|---|
| 更新时间 | 2026年2月21日 15:37 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
POST https://yoursite.com/wp-json/ls/v1/validate { "license_key": "LS-XXXX-XXXX-XXXX-XXXX", "site_url": "https://customer-site.com" }
LicenShield Pro
Take your license business to the next level with Pro features:
licenshield folder to the /wp-content/plugins/ directoryUse the REST API endpoint to validate licenses. Example PHP code:
$response = wp_remote_post('https://yoursite.com/wp-json/ls/v1/validate', [ 'body' => [ 'license_key' => $license_key, 'site_url' => home_url() ] ]);
Yes, you can import licenses via CSV or create them manually in the dashboard.
LicenShield works alongside WooCommerce but uses Stripe directly for payments. WooCommerce integration is planned for a future release.
Keys use a secure format: LS-XXXX-XXXX-XXXX-XXXX with cryptographically random characters.
Customers receive their license key by email after purchase. They can share the key with you to manage activations from the admin dashboard.