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

Debug Bar Plugin Activation

Descripción

Ever been “greeted” when you activated a plugin with the dreaded:

This plugin generated # characters of unexpected output during activation….

And wondered what the unexpected output was ?

Or wondered whether a de-activation or uninstall routine was free of typical PHP errors ?

Well, no need to wonder anymore, as you can now see the output within your favorite debugging tool – the Debug Bar.

Debug Bar Plugin Activation adds a new panel to the Debug Bar which displays the output generated during plugin activation, deactivation and uninstall.

Once you’ve fixed the issues, you can remove the logged output straight from the Debug Bar panel.
And when you uninstall a plugin, the associated logged activation and deactivation output entries will be removed automatically.

This plugin was inspired by a conversation with Mika Epstein during the contributors day at WordCamp Europe 2016.

Important

This plugin requires the Debug Bar plugin to be installed and activated.

Also note that this plugin should be used solely for debugging and/or in a development environment and is not intended for use on a production site.

If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.

Capturas

  • Debug Bar Plugin Activation displaying error notices.

Instalación

  1. Install Debug Bar if not already installed (https://wordpress.org/plugins/debug-bar/).
  2. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  3. Activate the plugin through the “Plugins” menu in WordPress.

Don’t use this plugin on a live site. This plugin is only intended to be used for development purposes.

Preguntas frecuentes

Can it be used on live site ?

This plugin is only meant to be used for development purposes, but shouldn’t cause any issues if run on a production site.

What is plugin (de-)activation ?

Activation and deactivation hooks provide ways to perform actions when plugins are activated or deactivated.

Plugins can run an installation routine when they are activated in order to add rewrite rules, add custom database tables, or set default option values. … The deactivation hook is best used to clear temporary data such as caches and temp directories.

Ref: Plugin Handbook

What about uninstalling ?

Your plugin may need to do some clean-up when it is uninstalled from a site. A plugin is considered uninstalled if a user has deactivated the plugin, and then clicks the delete link.

When your plugin is uninstalled, you’ll want to clear out any rewrite rules added by the plugin, options and/or settings specific to to the plugin, or other database values that need to be removed.

Ref: Plugin Handbook

How do I add activation, deactivation and uninstall routines to my plugin ?

All the information you need is in the Plugin Handbook on Plugin Basics.

Why won’t the plugin activate ?

Have you read what it says in the beautifully red bar at the top of your plugins page ? As it says there, the Debug Bar plugin needs to be active for this plugin to work. If the Debug Bar plugin is not active, this plugin will automatically de-activate itself.

Reseñas

25 de enero de 2023
Just a note of thank you to the developer. And, a note to potential users, this still worked on my localhost dev site in helping me debug the activation error 'headers already sent'. The plugin allowed me to read the additional output to see where the error was coming from and resolve it. Thanks!
20 de julio de 2020
I know this plugin currently doesn't show any updates for several versions of WordPress. However, it continues to work just fine. I find it a necessary tool for plugin development. It adds to the debug bar, and if there are any errors that occur during plugin activation, you can get them in the debug bar - an essential message if you're trying to develop a plugin and need to debug the activation process. The plugin is an add-on to the Debug Bar plugin, so if you don't have that installed, it won't work.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

“Debug Bar Plugin Activation” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

“Debug Bar Plugin Activation” ha sido traducido a 3 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Debug Bar Plugin Activation” a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

1.0 (2016-07-02)

  • Initial release.