Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Taylor's Debug Toggle

Descripción

This plugin adds an option in the admin toolbar to toggle WP_DEBUG on/off.

wp-config.php must be writable by the server and code must be in the default format/spacing – define(‘WP_DEBUG’, false);

Instalación

  1. Upload the entire taylors-debug-toggle folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Ensure wp-config.php is writable by the server and the debug definition is in the default format/spacing – define(‘WP_DEBUG’, false);

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Taylor's Debug Toggle» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Taylor's Debug Toggle» 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

1.0
Prevented writing something other than «true/false» to wp_config and restructured version number

0.0.1
Inital release