Admin Bar Tools Wordpress Plugin - Rating, Reviews, Demo & Download

Admin Bar Tools Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4.3 Average out of 3 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

The plugin adds a new tab in your admin bar with simple but useful indications and tools.

  • Displays the number of queries in your page and the amount of time to generate the page.
  • Displays the php memory usage and php memory limits (constants WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT).
  • displays the php version and WP version.
  • Displays WP_DEBUG, SCRIPT_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY, and error reporting values.

In your site front-end:

  • Lists the template and all template parts used in the current page (template parts added with get_template_part()). Compatible with WooCommerce’s templates.
  • $wp_query: this will open a lightbox displaying the content of $wp_query. Click the lightbox title to reload the value, click outside the lightbox to close it.

In your site administration:

  • Admin hooks: lists some oftenly used hooks (like admin_init). The indicator to the right of the line tells you how many times the hook has been triggered by a callback. A “P” means the hook has a parameter: hover it for more details. Click a hook (on its text) to auto-select its code, for example: click admin_init to select add_action( 'admin_init', '' );.
  • $current_screen: displays the value of 4 properties of this object: id, base, parent_base, parent_file.
  • $...now: displays the value of the well-known variables $pagenow, $typenow, and $taxnow.
  • On a user profile page, $userdata: : this will open a lightbox displaying the user’s data.

You can decide who’s gonna use this plugin (go to your profile page for all the settings). This way, the plugin’s items won’t show up to other users (your client for example).
Also, a new menu item Code Tester will appear. There you are able to do some tests with your code.

Screenshots

  1. Admin side: list the most important hooks in the admin area.

    Admin side: list the most important hooks in the admin area.

  2. Admin side: click a hook, you're ready to copy/paste.

    Admin side: click a hook, you’re ready to copy/paste.

  3. Front side: see the <code>WP_Query</code> object value.

    Front side: see the WP_Query object value.

  4. Front side: see the template and list all template parts used in the current page.

    Front side: see the template and list all template parts used in the current page.

  5. The settings in your profile page.

    The settings in your profile page.

  6. The code tester area.

    The code tester area.


Reviews & Comments