Admin
Overview
MAC Core adds a top-level WordPress admin screen for users with manage_options.
Menu entry:
MAC Core
Base route:
wp-admin/admin.php?page=mac-core
If the page is opened without a tab query parameter, the plugin redirects to:
wp-admin/admin.php?page=mac-core&tab=settings
Current Tabs
| Tab | Purpose |
|---|---|
Settings | Renders the schema-driven settings UI for the core and media modules. |
License | Renders the SureCart-powered licensing view inside the MAC Core admin page. |
Support | Shows the support email and a link to the docs site. |
The tab list is filterable through mac_core_admin_tabs. See Extensibility.
Support Tab
The current Support tab is intentionally lightweight. It points builders to:
mihai@circea.cohttps://docs.circea.co/
For now, that is documented here rather than on a dedicated support page.
Plugin Row Links
On the installed plugins screen, MAC Core adds the following links.
Action Links Under the Plugin Name
SettingsLicense
Right-Side Row Meta
SupportDocumentation
WordPress Built-In Link
View details
View details is the standard WordPress plugin details link. MAC Core does not replace it; the plugin adds the surrounding links so the row reads as a more complete control surface.
Recommended Builder Usage
- use
Settingsfor policy toggles and defaults - use
Licensefor distribution and entitlement workflow - treat
Supportas the handoff link, not as a full knowledge base
For licensing details, see License.