| 开发者 | parag44 |
|---|---|
| 更新时间 | 2026年9月8日 23:23 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
debug.log file, or if you need an intuitive error log viewer right inside your WordPress admin area, DebugZen makes it effortless to monitor your site's health and troubleshoot issues without relying on FTP or SSH.
The plugin uses the battle-tested WP Config Transformer library to read, add, and update these constants in wp-config.php:
WP_DEBUGWP_DEBUG_LOGWP_DEBUG_DISPLAYmanage_options, protected by nonces and server-signed HMAC authentication.vendor/wp-cli/wp-config-transformer/LICENSE.
This plugin does not contact external services, collect telemetry, or load remote executable code.
debugzen folder to /wp-content/plugins/, or install the plugin ZIP from Plugins > Add New > Upload Plugin.vendor directory, run composer install --no-dev --optimize-autoloader inside the plugin directory.wp-config.php is writable before saving changes. Restore restrictive permissions after configuration if required by your hosting environment.No. It uses WP Config Transformer to locate, read, add, and update debug constants safely via AST tokenization.
The plugin must be able to read and write wp-config.php. File ownership, permissions, or host-level restrictions may prevent changes.
By default, WordPress writes the log to wp-content/debug.log. If WP_DEBUG_LOG contains a custom path, DebugZen uses that path.
Source code inspection is protected by server-signed HMAC tokens, strict path traversal checks, canonical realpath validation confined to the WordPress installation, and explicit blacklists for wp-config.php and dotfiles. Files are never executed.
No. DebugZen has no telemetry, analytics, external API connection, or remote code loading.
WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY.