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.
- Download the latest EDD Client archive from here, extract the zip and put the EDD_Client folder into the root of your Plugin directory.
- 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