| 开发者 | zk-rana |
|---|---|
| 更新时间 | 2026年7月27日 20:08 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
wp-config.php.
Visit the official website for more information:
https://lyzerslab.com/wordpress-products/lyzers-debug-manager-pro
Features
No. All changes are reversible and backups are created before modifications.
Yes. Use the Emergency Recovery Mode to regain admin access and disable faulty plugins or themes.
<style> blocks in RecoveryMode.php with <link rel="stylesheet"> references to the plugin's static CSS files — avoids embedding CSS via PHP string output entirely, and doesn't depend on any WordPress hook having fired (needed since these pages can render from a shutdown handler before WP_Styles is even loaded)phpcs:ignore sniff code in ErrorCollector.php that referenced a non-existent rule and wasn't actually suppressing the intended warning for the documented zero-argument error_reporting() readwp-config.php backup files created before each write in WpConfig.php are now deleted immediately after a successful write instead of accumulating indefinitely in the web root; backup creation failure now aborts the write instead of proceeding without a rollback copyapply_php_limits() into Snapshot::generate() and LogViewer::raw_content() — the memory limit / max execution time values configured in Settings are now actually applied, scoped only to those two heavy operations and never called globally on init/admin_initerror_types_to_collect in Ajax.php per WordPress.org plugin review feedbackif ( ! defined( 'ABSPATH' ) ) { exit; }) to ErrorCollector.php, Installer.php, and Timeline.phplog_request_context privacy opt-in before storing IP address, request URL, and user ID — consistent with backend ErrorCollector behaviour$_SERVER['REMOTE_ADDR'] read in report_frontend_error() with ErrorCollector::resolve_client_ip() for proxy-aware, privacy-gated IP resolutionmd5() with ErrorCollector::generate_hash() in report_frontend_error() for consistent error fingerprinting and PHPCS compliance