Create License Remotely

WordPress Licensing System (WPLS) offer you to create license remotely, so can generate license key from outside WPLS Server. Before you can do that, you must define WPLS API key and product secret.

Continue Reading →

Complete Licensing System for WordPress Plugins

We have explain how to integrate automatic update for wordpress plugins and how to create sample license form for activating licensing system now we post here complete code for that tutorial:

Continue Reading →

Checking if License Keys are Valid in WordPress Plugins and Themes

You can easily check if a license key is valid at any time. You may want to do this in order to limit certain functionality in the theme or plugin to only users with a valid license key. In this documentation, I’m going to show you how to check if a license is valid remotely…

Continue Reading →

Deactivating License fro WordPress Plugins and Themes

After a license has been been activated, it can also be deactivated remotely. Usually the reason to deactivate a license is to permit a license to be activated on an additional site once the activation limit has been reached. Before reading this documentation, please read through the instructions for how to activate a license. The…

Continue Reading →

Activating License Keys in WP Plugins and Themes

In order for a license key to be fully utilized, it must be activated. This can happen in one of two ways: A site admin can manually click the “Activate” link for the license from the Licensing System > License Dashboard page The buyer can remotely activate the license via a system in your plugin/theme/software…

Continue Reading →

Automatic Upgrades for WordPress Themes

Adding support for automatic upgrades to your WordPress plugins with the WordPress Licensing System is really simple. After you have setup your product, there is just a small code snippet and one file that you need to include in your WordPress plugin. Included with your download of the WordPress Licensing System is a sample plugin. It…

Continue Reading →

Automatic Upgrades for WordPress Plugins

Adding support for automatic upgrades to your WordPress plugins with the WordPress Licensing System is really simple. After you have setup your product, there is just a small code snippet and one file that you need to include in your WordPress plugin. Included with your download of the WordPress Licensing System is a sample plugin. It…

Continue Reading →

WordPress Licensing System Usage

This document will walk you through the setup instructions for the WordPress Licensing System. Note: this plugin has been built specifically for WordPress plugin and theme authors, but due to the included API, anyone can take advantage of the features it provides. License key generation is setup on a product-by-product basis, so not all products…

Continue Reading →

WordPress Licensing System API

The API included with the WordPress Licensing System allows you to remotely activate license keys, check if keys are valid (and not expired), and also retrieve information about the latest versions of software. Each of the methods below works in the same way. The website URL that you have WordPress Licensing System installed on will…

Continue Reading →

Recent Post