| 开发者 |
ashrafulsarkar
codeholt |
|---|---|
| 更新时间 | 2026年8月17日 17:10 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-json/licenseenvato/v1/active, /wp-json/licenseenvato/v1/deactive)license-envato folder to the /wp-content/plugins/ directory, or install it directly through the WordPress Plugins screen.Go to wp-admin → License Envato → Settings, enter your Envato personal token under the Envato tab, and click Save Envato Token.
Full documentation with step-by-step integration instructions is available at https://ashrafulsarkar.github.io/license-envato/.
Copy the PHP class from the documentation into your theme's functions.php or a dedicated file in your plugin. Set LICENCE_CALL_URL to your WordPress site URL and PREFIX to a unique prefix for your product. Then call new licenseCodeVerifyForm(); on your settings page.
Yes. Use a unique PREFIX constant per product to keep option keys separate in the WordPress database.
Bugs can be reported on the GitHub repository. Pull requests are welcome.
Yes. License For Envato Pro adds activation limits, support-expiry enforcement, email notifications, webhooks, a blacklist, activity logs, manual/bulk issuance, automatic update delivery and an analytics dashboard on top of this free plugin. You can also compare Free vs Pro from wp-admin → License Envato → Settings → Get Pro.
admin_init, after add-ons have registered their deactivation overrideslicense_envato_activate_override and license_envato_deactive_override filters let add-ons extend license verification and deactivationlicense_envato_license_activated and license_envato_license_deactivated action hooks fire on every activation/deactivation — the deactivated action receives the domain as a third parameterlicense_envato_userlist_items filter lets add-ons merge extra domain activations into the admin user listlicense_envato_userlist_domain_actions and license_envato_userlist_row_actions filters let add-ons add per-domain and per-license action iconslicensetype and supported_until, enabling support-period aware add-ons