plugin-icon

Debug Bar

作者:WordPress.org·
Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
评级
4.1/5
版本
1.1.7
活跃安装
20K
最后更新
Jul 11, 2025
Debug Bar

Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

A must for developers!

When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find.

When SAVEQUERIES is enabled the mysql queries are tracked and displayed.

To enable these options, add the following code to your wp-config.php file:

define( 'WP_DEBUG', true ); define( 'SAVEQUERIES', true );

Add a PHP/MySQL console with the Debug Bar Console plugin.

There are numerous other add-ons available to get more insight into, for instance, the registered Post Types, Shortcodes, WP Cron, Language file loading, Actions and Filters and so on. Just search the plugin directory for ‘Debug Bar’.

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 6.9
这个插件是可用的下载,适用于您的站点。