Linux 软件免费装
Banner图

Debug Bar Plugin Activation

开发者 jrf
更新时间 2016年7月2日 08:31
捐献地址: 去捐款
PHP版本: 3.8 及以上
WordPress版本: 4.5
版权: GPLv2

标签

uninstall debugbar debug-bar Debug Bar plugin activation plugin deactivation unexpected output

下载

1.0

详情介绍:

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.

安装:

  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.

屏幕截图:

  • Debug Bar Plugin Activation displaying error notices.

升级注意事项:

1.0
  • Initial release.

常见问题:

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.

更新日志:

1.0 (2016-07-02)