- Upload the
omobilefolder to/wp-content/plugins/ - Activate via Plugins → Installed Plugins
- Navigate to OMobile in the WordPress admin menu
- Complete the Setup Wizard (onboarding tab)
On activation, all 19 database tables are created via dbDelta. No data is written until you complete setup.
Constants (wp-config.php)
php// Override the JWT secret (takes precedence over the wp_options stored secret)
define( 'OMOBILE_JWT_SECRET', 'your-256-bit-secret-here' );
All other configuration is managed through the admin UI under Settings.
