Debug This

This plugin gives WordPress super admins an easy way to peek under the hood of the front-face of a WordPress installation via the admin bar.

Forty-nine debug modes are included. Here is a sample of the packed-in debug goodness:

  • oEmbed providers
  • Post attachments
  • Variety of WP_Query modes
  • Variety of PHP modes (defined functions, constants, classes, phpinfo, etc...)
  • Users (Current author, all users)
  • Cron
  • Cache
  • Registered image sizes
  • Post types
  • Menus, Widgets, Sidebars
  • Rendered page analysis (CSS, JS, Images)
  • Many more!

Debug This helps you minimize effort when trying to surface WP/PHP/Server data. Instead of hardcoding debug snippets or writing complex unit tests for small functionality, you can simply surface what you need right from the admin bar. If there's not a debug mode that addresses your need, create one with the functional Debug This API.

To extend Debug This for your own needs, please see the Extend section.

debugWP

DebugWp will place a new toolbar at the bottom of your wordpress site only visible to Administrators that shows information about any particular page you are looking at. The WordPress Debug information includes : Total Queries Execution Time Object Information Page Type Front Page P.........

Similar: 93%

Show var_dump

"var_dump" method can't show results in functions.php. If You can use original method "var_dump_ex",the results shows in your dashboard after "Show var_dump" plugin install....

Similar: 75%

wp-dBug

This plugin is basically a wrapper for the excellent dBug (http://dbug.ospinto.com) class for PHP debugging, written by Kwaku Otchere.. Instead of var_dump or echo, you can call wp_dbug( $variable ) to get clear, dynamic debug output of strings, arrays, or objects. Thanks to @borkweb, the plugin i.........

Similar: 67%

Kint PHP Debugger

This WordPress plugin is a wrapper for the Kint PHP Debugger utility. Now instead of using var_dump() or print_r(), you simply use d() with zero, nadda, no formatting required. Use this tool when you are debugging your website, in place of var_dump(), print_r() and debug_backtrace()....

Similar: 64%

Kint Debugger

Kint Debugger is a simple WordPress wrapper for Kint, a debugging tool to output information about variables and traces. Debugging is presented in a styled, collapsible format that is easy on the eyes. Kint Debugger plays nice with the Debug Bar plugin by creating its own panel to display your debug.........

Similar: 54%

Hikari Krumo

Krumo is a debugging tool equivalent to print_r() and var_dump(), with the advantage of collapsing array and object values so that it takes less space and let us see only what we really need from complex data. Hikari Krumo ports it to a WordPress plugin, so that Krumo becomes easily available in an.........

Similar: 45%

Gravity Forms - Tab Index

Every once in awhile you want the tabindex to follow a different pattern than the default order. This plugin allows you to set the tabindex for each field, so you can control the tabbing behavior of your forms. Javascript & jQuery are required....

Similar: 45%

Developer Toolbar

Frontend Features: - adds a toolbar to the bottom of WordPress pages that will show meaningful information that helps developers to create optimized WordPress sites. - Info includes SQL queries, query vars, peak memory usage, and a filetrace. Backend Features: - Provides a very basic checklist w.........

Similar: 45%

Simple System Status

"Simple System Status" does exactly what it says on the box - shows you, very simply, your systems status for your WordPress Setup. Simple System Status adds a submenu item under the 'tools' section of your WordPress installation....

Similar: 38%

What's running

Only for development!Now with OPcache memory consumption support This plugin dumps the colorized filenames and memory consumptions or file sizes after the normal WordPress HTML output, after the closing html tag. This generates invalid HTML but gives you an overview of loaded plugins and the curren.........

Similar: 30%