🐞 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