FAQ
Do I have to install Orravo Core?
Yes. Every Orravo plugin declares Requires Plugins: orravo-core and refuses to bootstrap when ORRAVO_CORE_LOADED isn't defined.
Can I use one license across multiple sites?
Yes, up to sites_allowed (returned by the license API). The current count is in sites_used on the license row. Exceeding the limit fails activation with a server-side error.
Where do I see what plugins are licensed?
Orravo Core -> License -> Covered products. The list is derived from the products array on the license row. An empty array means "all products" (site-wide).
How often does the license revalidate?
Daily via the orravo_core_revalidate cron. The cache transient also expires every 6 hours, so the next request hitting is_licensed() will refetch from the API if the daily job hasn't run yet.
Does deactivating Orravo Core kill all the sibling plugins?
They print an admin notice and stop registering hooks; they don't crash. Activate Orravo Core again to restore them.
What does the Cmd+K palette do?
It's a search-and-jump for every registered Orravo admin screen and command. Commands come from OC_KNOWN_PRODUCTS plus the orravo_command_palette_items filter.

