Popis
Admin Bar Server Info displays essential server and environment information in a convenient dropdown menu on the WordPress admin bar.
The plugin is intentionally minimal and focused. It does not add settings pages, dashboard widgets, frontend output, or database storage. It simply shows key environment information in an organized dropdown menu accessible with one click from the admin bar for users with administrative permissions.
Displayed information includes:
PHP Information:
– PHP version (full version with architecture bits)
– PHP SAPI (Server API: mod_php, fpm, cgi, etc.)
– Operating system (Linux, Windows, Darwin, etc.)
– Max execution time
– Max upload size
Memory Information:
– Current memory usage and limit (with percentage)
– WordPress memory limit (WP_MEMORY_LIMIT)
Server Information:
– Server software (Apache, Nginx, LiteSpeed, IIS, Caddy, etc.)
– Database version (MySQL or MariaDB with version)
– Server IP address (with hostname)
– Disk space (free/total with percentage used)
WordPress Information:
– WordPress version
The information is visible only to users with the manage_options capability.
Key characteristics:
– Dropdown menu – all information organized and accessible with one click
– Icon-only display in admin bar for space efficiency
– No configuration required – works immediately after activation
– No frontend output – admin area only
– No database tables or stored options
– No external requests – all data gathered locally
– Minimal CSS – only for admin bar styling (follows WordPress best practices)
– No JavaScript dependencies
– No tracking or data collection
– Developer-friendly format – compact and logically organized
– Fully responsive – adapts to mobile screens
Instalace
- Upload the
admin-bar-server-infofolder to the/wp-content/plugins/directory. - Activate the plugin through the “Plugins” menu in WordPress.
- The server information will appear automatically in the admin bar for administrators.
Nejčastější dotazy
-
Who can see the server information?
-
Only users with the
manage_optionscapability can see the information. -
Does this plugin store any data?
-
No. The plugin does not store any data or create database tables.
-
Does this plugin make external requests?
-
No. The plugin does not perform any external HTTP requests or API calls.
-
Does this plugin affect performance?
-
No noticeable impact. The plugin adds a single admin bar item and performs minimal checks.
-
Does this plugin work with multisite?
-
Yes. The plugin works in both single-site and multisite installations. Visibility depends on user capabilities.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Admin Bar Server Info je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Admin Bar Server Info“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Admin Bar Server Info” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.2.1
- Fixed translation loading issues in local development environments
- Removed deprecated
apply_filters('plugin_locale')to comply with WordPress.org coding standards - Updated plugin description to reflect dropdown menu functionality
- Minor code optimizations
1.2.0
- Changed display mode to dropdown menu – server information now appears in a dropdown menu accessible via icon in the admin bar
- Added disk space information to server info – shows free/total disk space with percentage used
- Added full translation support with .pot template and Spanish (es_ES) translations
- Improved admin bar icon display (icon-only mode for better space efficiency)
- Enhanced mobile responsiveness – dropdown menu adapts to mobile screens
- All user-facing strings are now translatable
1.1.0
- Major update with comprehensive server information
- Now displays PHP details (version, SAPI, OS, execution time, upload size)
- Memory information (usage and WordPress limit)
- Server details (software, database, IP)
- WordPress version
- Information is logically grouped and formatted for developers
- CSS moved to separate file following WordPress best practices
- Improved admin bar styling with custom colors
1.0.3
- Added server IP address display – shows the server’s IP address (supports SERVER_ADDR and LOCAL_ADDR for IIS compatibility)
- Added memory usage display – shows current memory usage, memory limit, and usage percentage
- Improved server information completeness for better debugging and monitoring
1.0.2
- Improved MariaDB detection – now correctly distinguishes between MySQL and MariaDB
- Uses SQL VERSION() query for more accurate database type detection
- Fixed issue where MariaDB was incorrectly displayed as MySQL
1.0.1
- Added Spanish translation (readme-es_ES.txt)
- Added English translation files (en_US)
- Improved translation support for plugin description
- Updated translation files with plugin name and description
1.0.0
- Initial release
- Display PHP version in admin bar
- Display database version (MySQL/MariaDB)
- Detect and display server software
- Display WordPress version
- Admin-only visibility
- No configuration required

