=== Debug Status display ===
Contributors: apasionados
Donate link: http://apasionados.es/
Author URI: http://apasionados.es/
Tags: wp_debug, debug, server, info
Requires at least: 3.0.1
Tested up to: 6.9
Requires PHP: 5.6
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.

== 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"](https://wordpress.org/plugins/server-ip-memory-usage/) and/or the ["Display MySql version"](https://wordpress.org/plugins/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 <a href="https://wordpress.org/plugins/server-ip-memory-usage/" target="_blank">Server IP & Memory Usage Display</a> 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"](https://wordpress.org/plugins/server-ip-memory-usage/) and/or the ["Display MySql version"](https://wordpress.org/plugins/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](http://apasionados.es/contacto/index.php?desde=wordpress-org-debug-status-display-home).

= Further Reading =
You can access the description of the plugin in Spanish at: [Debug status display en espa&ntilde;ol](https://apasionados.es/blog/mostrar-aviso-si-wordpress-esta-en-modo-debug-wordpress-plugin-7758/).

== Screenshots ==

1. Example of the footer displaying the information (DEBUG is true).
2. Example of the footer displaying the information (DEBUG is false).
3. 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).
4. 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).

== Installation ==

1. First you will have to upload the plugin to the `/wp-content/plugins/` folder.
2. Then activate the plugin in the plugin panel.
3. 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 ==

= Why did you make this plugin?  =

We have had some requirements to add the information if WP_DEBUG is active and some other information to the <a href="https://wordpress.org/plugins/server-ip-memory-usage/" target="_blank">Server IP & Memory Usage Display</a> 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"](https://wordpress.org/plugins/server-ip-memory-usage/) and/or the ["Display MySql version"](https://wordpress.org/plugins/display-mysql-version/) plugin.

= How can I remove Debug status display? =
You can simply activate, deactivate or delete it in your plugin management section.

= Does Debug Status display make changes to the database? =
No. There is no data stored in the WordPress database.

= Are there any known incompatibilities? =
Please use with *WordPress MultiSite* at your own risk, as it has not been tested.

= Are there any server requirements? =
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.

= Do you make use of Debug status display yourself? = 
Of course we do. That's why we created it. ;-)

== 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.

== Upgrade Notice ==

= 1.1.0 (Release Date - 20 June 2018) =
Solved deprecated error with PHP 7.2: Function create_function() is deprecated

== Contact ==

For further information please send us an [email](http://apasionados.es/contacto/index.php?desde=wordpress-org-debug-status-display-contact).