Skip to content

Latest commit

Β 

History

History
23 lines (17 loc) Β· 1.15 KB

File metadata and controls

23 lines (17 loc) Β· 1.15 KB

πŸ” WordPress DigiCommerce License System

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!

🌟 Features

  • βœ… 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!

βš™οΈ Configuration (Only 3 Lines!)

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