๐ Debug Plugin
Instantly toggle WordPress debug mode โ right from your admin bar or settings page.
๐ Features
๐ง One-click toggle: Enable or disable WP_DEBUG directly from the admin bar
โ๏ธ Settings page control: Manage debug mode manually under Settings โ Debug Mode
๐ Permission aware: Only accessible to admins with manage_options capability
๐พ Automatic config editing: Safely updates your wp-config.php to reflect the chosen state
๐ง Smart detection: Adds define(‘WP_DEBUG’, true); automatically if itโs missing
โก Lightweight and efficient: No external libraries or overhead โ pure WordPress functionality
๐งฐ Developer-friendly: Ideal for staging, troubleshooting, and plugin or theme development
๐ฏ Perfect For
๐ง One-click toggle: Enable or disable WP_DEBUG directly from the admin bar
โ๏ธ Settings page control: Manage debug mode manually under Settings โ Debug Mode
๐ Permission aware: Only accessible to admins with manage_options capability
๐พ Automatic config editing: Safely updates your wp-config.php to reflect the chosen state
๐ง Smart detection: Adds define(‘WP_DEBUG’, true); automatically if itโs missing
โก Lightweight and efficient: No external libraries or overhead โ pure WordPress functionality
๐งฐ Developer-friendly: Ideal for staging, troubleshooting, and plugin or theme development
