Init User Engine – Gamified, Fast, Frontend-First

Gamified user engine with EXP levels, Coin/Cash wallet, check-in, VIP, inbox, and referral – powered by REST API and Vanilla JS.

4 database tables

Table NameDescriptionMethod
wp_init_user_engine_exp_logA logging table that records activity, events, or audit history.Static
wp_init_user_engine_inboxStores init user engine inbox data created by this plugin.Static
wp_init_user_engine_redeem_codesStores init user engine redeem codes data created by this plugin.Static
wp_init_user_engine_transaction_logA 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:init_plugin_suite_user_engine_topup_logsOption key:iue_log_migration_doneOption key:iue_log_migration_offsetOption key:iue_plugin_db_version
wp_usermeta
User meta