বৰ্ণনা
License MXT provides a complete solution for managing software licenses within WordPress. Generate, validate and track license keys for your plugins and themes through an intuitive dashboard and RESTful API.
Key Features:
- License key generation and management
- Real-time license validation via REST API
- Site URL tracking and validation
- Comprehensive dashboard with usage statistics
- Multi-site license management
- Search and filter capabilities
- Easy integration with existing plugins/themes
Integration Example
Basic license validation:
$response = wp_remote_post('https://your-site.com/wp-json/license-mxt/v1/validate', [
'body' => [
'license_key' => 'YOUR-LICENSE-KEY',
'site_url' => home_url()
]
]);
ইনষ্টলেশ্যন
- Upload
license-mxt
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Access plugin settings via ‘License MXT’ menu in admin panel
সঘনাই উত্থাপিত প্ৰশ্ন
-
Can I use this for multiple products?
-
Yes, you can manage licenses for multiple products by assigning unique product IDs.
-
Is the API secure?
-
Yes, the API uses WordPress REST API authentication and nonce verification.
-
Can I limit licenses to specific domains?
-
Yes, you can track and validate site URLs for each license key.
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“License MXT – License Management System” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “License MXT – License Management System” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.0.0
- Initial release
- Basic license management features
- REST API implementation
- Dashboard statistics
- Search and filter functionality