开发者 | pyrobd |
---|---|
更新时间 | 2024年7月30日 20:18 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
apply_filters('wp_debuglog_log_file_path', $file);
* Accessible from the dashboard's WordPress admin top nav bar.
* Simplifies the debugging process by managing to log debug without modifying the wp-config.php file directly.
* Use safe mode to quickly deactivate all plugins except selected ones, and undo the proccess with just a click.
* Use Query Logs to check all queries from $wpdb->queries, just toggle SAVEQUERIES
from settings.
Debug Options Available
/wp-content/plugins/debug-log-config-tool
directory, or install the plugin through the WordPress plugins screen directly.No, just activate the plugin and turn off/on debug mode from plugin settings
Yes you can see a simple log in dashboard widget and nicely formatted view in the plugin
Safe mode will deactivate all the plugin except the selected one. When you turn safe mode off it will restore all the previous activated plugin.