Debug Status display
Displays if WP_DEBUG is active in the admin footer. This plugin can be used alone or together with the "Server IP & Memory Usage Display" plugin.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 830 days ago
Is Debug Status display abandoned?
Possibly abandoned (last update 830 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin displays if WP_DEBUG is active (define('WP_DEBUG', true); in the wp-config.php configuration file) in the admin footer. If WP_DEBUG is not active it shows WP_DEBUG strike through in the admin footer and if it’s active it show WP_DEBUG in orange color. This helps to identify in one second if WP_DEBUG is active on a site or not.
It can be used alone or together with the “Server IP & Memory Usage Display” and/or the “Display MySql version” plugin.
What can I do with this plugin?
This plugin displays if WP_DEBUG is active (define('WP_DEBUG', true); in the wp-config.php configuration file) in the admin footer. If WP_DEBUG is not active it shows WP_DEBUG strike through. If it’s active it show WP_DEBUG in orange color.
What ideas is this plugin based on?
We have had some requirements to add the information if WP_DEBUG is active and some other information to the Server IP & Memory Usage Display plugin. As we want to keep this plugin as simple as possible and without settings page, we decided to create this small plugin, which can be used alone or together with the “Server IP & Memory Usage Display” and/or the “Display MySql version” plugin.
System requirements
PHP version 5.6 or greater.
Debug status display Plugin in your Language!
This first release is avaliable in English and Spanish. In the “lang” folder we have included the necessary files to translate this plugin.
If you would like the plugin in your language and you’re good at translating, please drop us a line at Contact us.
Further Reading
You can access the description of the plugin in Spanish at: Debug status display en español.
Contact
For further information please send us an email.
Installation
- First you will have to upload the plugin to the
/wp-content/plugins/folder. - Then activate the plugin in the plugin panel.
- Now the information regarding the DEBUG status is displayed in the admin footer.
Please use with WordPress MultiSite at your own risk, as it has not been tested.
Frequently Asked Questions
We have had some requirements to add the information if WP_DEBUG is active and some other information to the Server IP & Memory Usage Display plugin. As we want to keep this plugin as simple as possible and without settings page, we decided to create this small plugin, which can be used alone or together with the “Server IP & Memory Usage Display” and/or the “Display MySql version” plugin.
You can simply activate, deactivate or delete it in your plugin management section.
No. There is no data stored in the WordPress database.
Please use with WordPress MultiSite at your own risk, as it has not been tested.
The PHP version should be at least 5.6. If PHP version is lower than 5.6 there is an error message shown and plugin is not activated.
Of course we do. That’s why we created it. 😉
Review feed
Screenshots

Example of the footer displaying the information (DEBUG is true).

Example of the footer displaying the information (DEBUG is false).

Example of the admin footer displaying the information together with the information of the "Server IP & Memory Usage Display" and "Debug Status display" plugins (DEBUG is true).

Example of the admin footer displaying the information together with the information of the "Server IP & Memory Usage Display" and "Debug Status display" plugins (DEBUG is true).
Changelog
1.1.0 (Release Date – 20 June 2018)
- Solved deprecated error with PHP 7.2: Function create_function() is deprecated
1.0.0 (Release Date – 07 December 2017)
- First official release.