Abuja Digital Studio · Est. 2018
Start a Project
DocsOrravo CoreGetting started
Getting Started

Getting started

Orravo Coreorravo.com/docs/orravo-core/getting-started

Activating your license

  1. Open Orravo Core -> License
  2. Paste your license key (format oa_ + alphanumerics)
  3. Click Activate. Orravo Core hits OC_API_BASE and stores the response in wp_orravo_licenses
  4. 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 deactivate

The 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

TabPurpose
OverviewHero stats, recent activity, plugin status
Live activityReal-time stream from wp_orravo_activity_log
Insights & reportsCross-plugin metrics
LicenseActivate/deactivate, transfer, plan info
ProductsUpdate channels, rollbacks
ToolsExport/import, snapshots, debug log
DeveloperAPI keys, webhooks
System StatusEnvironment + dependency report
Getting started · Orravo Core Docs | Orravo