WordPress tab
The WordPress Core card shows:- WordPress version
- Site URL and home URL
- Site locale and charset
- Whether multisite is enabled
- Memory limit and maximum memory limit
- WordPress table prefix
WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY as enabled/disabled status rows.
PHP tab
The PHP Configuration card shows:- PHP version
- Operating system and architecture
- PHP memory limit and maximum execution time
- Upload max filesize and post max size
- Disabled functions (if any)
Database tab
Shows the database connection details and runtime information:- Host
- Database name
- MySQL / MariaDB version
- Database size (total across all tables)
- Connection charset and collation
Server tab
Shows the web server environment:- Server software (e.g.
Apache/2.4.57ornginx/1.25.3) - Server IP address and port
- Request protocol
- HTTPS status (shown as an enabled/disabled indicator)
- Available disk space and total disk size
Constants tab
Lists every WordPress constant that is currently defined, with the constant name and its value displayed in a monospace font. This includes constants defined inwp-config.php, by plugins, and by WordPress core itself.
Sensitive constants such as
DB_PASSWORD and AUTH_KEY are redacted — their values are replaced with *** in the output.Active plugins tab
Lists every currently active plugin with:- Plugin name
- Plugin file path (relative to
wp-content/plugins/) - Installed version
Cron jobs tab
Shows the next 20 upcoming scheduled cron events, each with:- Hook name
- Recurrence schedule (or
oncefor one-time events) - Next run time
