Debug Switch

Descripción

The fastest and easiest way to switch debug mode on/off and view PHP info directly from the admin.

Toggle debug mode ( <?php define( 'WP_DEBUG', true ); ?> ) and view PHP version and info ( <?php phpinfo(); ?> ).

How?

Simply activate the plugin to enable and deactivate the plugin to disable them when you’re done debugging.

Why?

There are a dozen other debugging plugins that already do this (more or less), so why create another?

Well, I already tried them all, and they just felt clunky and unnecessarily overcomplicated. I got tired of having to manually switch debug mode on and off and these other plugins didn’t offer a simple way to do that without also adding a bunch of other bells and whistles that I found to just be in the way, so I made something simpler.

Reseñas

6 de noviembre de 2022
I am surprised no one has reviewed this plugin, it seems to be a pretty useful one. Thanks
Leer toda la 1 reseña

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Debug Switch" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1

  • New