A complete, drop-in licensing system for WordPress plugins/themes or any digital product that works with DigiCommerce licensing servers. Just change 3 lines and you're done!
- β Complete License Management - Activate, deactivate, verify licenses
- β Automatic Plugin Updates - Only for licensed users
- β Professional Admin Interface - Clean license management page
- β Smart Caching - Reduces API calls, improves performance
- β Development Site Detection - Auto-detects staging/dev environments
- β Security First - WordPress nonces, capability checks, sanitization
- β Drop-in Ready - Just change 3 constants and you're done!
Open the main plugin file and update these 3 constants:
// API Configuration - Update these for your licensing server
define('AWESOME_API_URL', 'https://your-website.com'); // Your DigiCommerce site URL
define('AWESOME_PLUGIN_SLUG', 'your-product-slug'); // Your product slug in DigiCommerce
define('AWESOME_PLUGIN_NAME', 'Your Product Name'); // Your product display name