Table of Contents
The ADMIN command group contains tools intended only for site administrators.
These commands are hidden from regular users and only appear if the logged-in user has administrator-level capabilities.
To view this group inside the terminal (as an admin):
help admin
You will see:
ADMIN commands:
admin - Show admin/debug information (user, roles, caps, guest mode, wallet state).
Below is the full breakdown.
1. admin — Admin / Debug Information #
Displays advanced diagnostic information about:
- The current user
- User roles & capabilities
- Guest mode status
- Wallet detection state
- Environment info (browser, login state, etc.)
Example: #
admin
Typical output includes:
- User: username, email, ID
- Roles: administrator, editor, etc.
- Capabilities: list of assigned WP caps
- Guest Mode: on/off
- Wallet State: detected / locked / not installed
- Session State: logged-in, admin session, permissions OK
This command is extremely useful for:
- diagnosing issues
- confirming permissions for add-ons
- debugging user state
- testing Social Mining / future integrations
- verifying admin-only command access
🚫 Access Control #
The admin command is:
- only visible to administrator-level users
- fully hidden from non-admins
- not listed in help output for logged-out users or subscribers
- protected by server-side capability checks
This ensures that sensitive information is not exposed to regular users.
Summary #
The ADMIN group contains:
✔ admin — Admin/debug information #
This command provides essential debugging and permission insight for site administrators and developers working with the Social Terminal ecosystem.