JB License Manager for WooCommerce

Sell software licenses via WooCommerce. Auto-deliver keys, multi-domain activation, instant deactivation, REST API, and My Account license page.

3 database tables

Table NameDescriptionMethod
wp_jblm_activationsStores jblm activations data created by this plugin.Static
wp_jblm_licensesStores jblm licenses data created by this plugin.Static
wp_jblm_logsA logging table that records activity, events, or audit history.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:jblm_api_keyOption key:jblm_config_write_resultOption key:jblm_db_versionOption key:jblm_email_subjectOption key:jblm_email_templateOption key:jblm_expiry_reminder_daysOption key:jblm_from_emailOption key:jblm_from_nameOption key:jblm_key_prefixOption key:jblm_secret_key
wp_postmeta
Post meta