开发者 | apasionados |
---|---|
更新时间 | 2023年9月23日 21:18 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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.
/wp-content/plugins/
folder.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. ;-)