-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
68 lines (40 loc) · 2.51 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=== WP_DEBUG Toggle ===
Contributors: stefanpejcic, pluginsclub
Tags: WP_DEBUG, debug, error_log, enable wp debug, disable wpdebug
Requires at least: 4.0
Tested up to: 6.1
Requires PHP: 5.4
Stable tag: 1.1
Donate link: https://plugins.club/wordpress/wp_debug-toggle/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Toggle WP_DEBUG **🔴ON** or **🟢OFF** from the wp-admin bar.
WP_DEBUG Toggle allows you to Enable [WP_DEBUG](https://wordpress.org/support/article/debugging-in-wordpress/) with one click to **log PHP or MySQL related errors** when you need to, and disable it when you're done. No need to manually edit wp-config.php file.
For more free WordPress plugins please visit [♣️ plugins.club](https://plugins.club/).
== Installation ==
1. Upload the plugin file to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
The current WP_DEBUG value will be shown in the top right corner of the admin top bar. Simply click on the value to change it.
If you enjoy the plugin, please leave a review! ⭐
If you have a feature request, please create an issue in the [GitHub repository](https://github.com/pluginsclub/wp-debug-toolkit). ➕
If you need support, please use the support forum to reach out. 🆘
For basic usage, you can also have a look at the [plugin web site](https://plugins.club/).
== Frequently Asked Questions ==
= What is the current WP_DEBUG value? =
The current WP_DEBUG value will be detected by the plugin and shown in the top right corner of the top bar on both frontened and wp-admin.
= How to enable or disable WP_DEBUG ? =
Simply click on the value to change it.
= I have moved wp-config.php file, will this plugin still work? =
Yes, If you have moved wp-config.php file one folder above according to the [Hardening WP guide](https://wordpress.org/documentation/article/hardening-wordpress/#securing-wp-config-php) this plugin will still detect the file there and work as normal. The only scenario when it will not work is if you renamed wp-config.php file to something else, for example: configuration.php
= Is this plugin safe to use? =
Yes, all the best development practices have been used and the plugin code is verified by WordPress.org Plugin Review Team.
== Upgrade Notice ==
No update required, plugin functionality remains the same.
== Screenshots ==
1. Toggle WP_DEBUG from the toolbar
== Changelog ==
= 1.1 =
Added "Rate this plugin" link to the plugin page
= 1.0 =
The first stable public version.