/EDD_Client

Provides a simple GUI to enter License, Check Automatic Updates, Check License Expiry etc for the the plugins that are managed by self hosted server and Easy Digital Download

Primary LanguagePHP

EDD Client for Wordpress Plugins

A helper library for Wordpress Plugin which provides a simple GUI to enter license, check updates from your Custom Server manged by Easy Digital Download.

How to Use?

  1. Download the latest EDD Client archive from here, extract the zip and put the EDD_Client folder into the root of your Plugin directory.
  2. Add below snippets to the entry point of your main plugin file. E.g It may be just after plugin definition or defining constants and before anything else.
require_once('EDD_Client/EDD_Client_Init.php');
$plugin = new EDD_Client_Init(__FILE__, 'https://wpstars.org');
if (!$plugin->is_premium()) return; // Optional