Giter Club home page Giter Club logo

example-wordpress-plugin's Introduction

Example WordPress Plugin

This is an example of a WordPress plugin that utilizes Keygen for licensing. For this example, each license key will be locked to a specific domain (also referred to as "node-locked" licensing).

This example plugin is not 100% production-ready, but it should get you 90% of the way there. You may need to add additional error handling, machine activation (client-side or server-side), etc.

Running the example

You will need to set up a local WordPress installation on localhost in order for the license to be valid. Simply move the example-plugin.php script into the wp-content/plugins folder and activate the plugin.

Validating a license key

Navigate to the plugin's settings menu. You can use the license key "wp-localhost-key" while on localhost to test a valid license. If you're not on localhost, an error will be shown.

image

Note: This example assumes that you will create a new machine resource upon license creation, e.g. you require the customer to input the domain(s) they will be using your plugin on during checkout. Otherwise, you will need to set up client-side machine activation, or host your own license activation server.

Configuring a license policy

If you want to utilize your own Keygen account (this example plugin uses our demo account), then visit your dashboard and create a new policy with the following attributes:

{
  requireFingerprintScope: true,
  maxMachines: 1,
  concurrent: false,
  floating: false,
  protected: true,
  strict: true
}

You can leave all other attributes to their defaults, but feel free to modify them if needed for your particular licensing model, e.g. change the maxMachines limit, set it to floating = true, etc.

Questions?

Reach out at [email protected] if you have any questions or concerns!

example-wordpress-plugin's People

Contributors

ezekg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.