Author: jrf Related WordPress Plugins

Debug Bar Constants

Debug Bar Constants adds three new panels to the Debug Bar that display the defined constants available to you as a developer for the current request: WP Constants WP Class Constants PHP Constants ...

Plugin Notes

Allows you to add notes to plugins. Useful when you're using lots of plugins and/or make modifications to a plugin and want to make a note of them, and/or work on your WordPress install with a group of people. This plugin was inspired by a post by Chris Coyier: (http://digwp.com/2009/10/ideas-for-pl.........

Print Friendly and PDF Button

The Print Friendly & PDF button saves paper and ink when printing or creating a PDF. It's fast, easy, and looks great when printed. Add the button now, and your users will see the difference. How Print Friendly & PDF Works The Print Friendly & PDF button automatically creates printer f.........

Debug Bar Post Types

Debug Bar Post Types adds a new panel to the Debug Bar that displays detailed information about the registered post types for your site....

MimeTypes Link Icons

MimeTypes Link Icons is a plugin that looks for links to files and uploads in your blogs posts and adds a nice icon next to it. Optionally add the file's file size next to the link. Important note on v3.0 and up: This version partially breaks backwards compatibility: the plugin now requires PHP5.1+.........

Debug Bar List Script & Style Dependencies

We all know that when we're add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in: function themeslug_enqueue_style() { wp_enqueue_style( 'core', 'style.css�.........

Adminbar Link Comments to Pending

Tiny plugin which changes the link from the Adminbar comments bubble to go to the 'Pending' comments queue instead of to the 'All' comments overview page. That's all ;-) 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 .........

Debug Bar Shortcodes

Debug Bar Shortcodes adds a new panel to the Debug Bar that displays the registered shortcodes for the current request. Additionally it will show you: Which function/method is called by the shortcode Whether the shortcode is used on the current post/page/post type and how (only when on singular) .........

Debug Bar Screen Info

This plugin is an add-on for Debug Bar. You must install and activate Debug Bar first, for this plugin to work. Adds a new tab to the debug bar which shows all the screen info for the current page in the admin backend. Please note that this plugin should be used solely for debugging and/or o.........

Known Plugin Dependencies

The awesome WordPress Plugin Dependencies plugin introduces plugin dependency management right into your WordPress admin area. Unfortunately, the reality is that very few plugins currently contain dependency information and until that changes, the effect of having the WordPress Plugin Dependencies .........

Plugin Dependencies

This meta-plugin allows regular plugins to specify other plugins that they depend upon. Example: /* Plugin Name: BuddyPress Debug Depends: BuddyPress, Debug Bar */ What this does: Disables activation of BuddyPress Debug until both BuddyPress and Debug Bar are already activated. When either Budd.........

Adminbar No Customizer

Tiny plugin which moves the Customizer link which is shown on the front-end since WP 4.3 from the top-level of the admin bar to be a sub-item under the site menu. That's all ;-) Rationale: For most websites, the "Customizer" link is only useful during the initial setup phase of the website. After t.........

Debug Bar Localization

Debug Bar Localization adds a new panel to the Debug Bar which displays information on the locale for your install and the language files loaded. Additionally it will show you: The installed languages. Which text-domains were called from translation functions while no load_..._textdomain() call w.........

Debug Bar Taxonomies

Debug Bar Taxonomies adds a new panel to the Debug Bar that displays detailed information about the registered taxonomies for your site....

Debug Bar Plugin Activation

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 nee.........