Mortify Core is the foundation of the entire platform. It is responsible for defining how WordPress behaves as an application rather than a collection of pages.
The app shell provided by Mortify Core handles:
- Route awareness (knowing where the user is in the app)
- Navigation context (top bars, bottom tabs, back behaviour)
- Extension hooks that allow other plugins to integrate cleanly
Importantly, Mortify Core does not try to replace WordPress. It does not override editors, content types, or themes. Instead, it introduces a lightweight orchestration layer that coordinates how users move through your site.
This is what allows Mortify to remain stable while other feature packs evolve independently.
