Activating your license
- Open Orravo Core -> License
- Paste your license key (format
oa_+ alphanumerics) - Click Activate. Orravo Core hits
OC_API_BASEand stores the response inwp_orravo_licenses - The status badge flips to Active and shows the plan tier, expiry, and validated-at timestamp
From WP-CLI:
bashwp orravo activate oa_xxxxxxxxxxxx
wp orravo status
wp orravo refresh # Force a revalidation now
wp orravo deactivateThe admin shell
Orravo Core ships a shared admin chrome (OC_Shell) that every Orravo plugin opts into. You get:
- A unified top bar with command palette (Cmd+K / Ctrl+K)
- A left rail grouping plugins by function (WooCommerce, Communication, Insights, SEO, Security, Content & forms, Infrastructure)
- A consistent breadcrumb and toast system
The rail is rendered from the live plugin registry, so freshly activated plugins appear without code changes.
Dashboard tabs
| Tab | Purpose |
|---|---|
| Overview | Hero stats, recent activity, plugin status |
| Live activity | Real-time stream from wp_orravo_activity_log |
| Insights & reports | Cross-plugin metrics |
| License | Activate/deactivate, transfer, plan info |
| Products | Update channels, rollbacks |
| Tools | Export/import, snapshots, debug log |
| Developer | API keys, webhooks |
| System Status | Environment + dependency report |

