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 Name | Description | Method |
|---|---|---|
| wp_init_user_engine_exp_log | A logging table that records activity, events, or audit history. | Static |
| wp_init_user_engine_inbox | Stores init user engine inbox data created by this plugin. | Static |
| wp_init_user_engine_redeem_codes | Stores init user engine redeem codes data created by this plugin. | Static |
| wp_init_user_engine_transaction_log | A 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_optionsOption key:
init_plugin_suite_user_engine_topup_logsOption key:iue_log_migration_doneOption key:iue_log_migration_offsetOption key:iue_plugin_db_versionwp_usermeta