SF Admin Bar Tools
A WordPress plugin that adds some small development tools to the admin bar.
by Grégory Viguier · github.com/screenfeed/sf-adminbar-tools · website
★ 1stars
6release downloads
6composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/screenfeed/sf-adminbar-tools/releases/download/v4.0.0/sf-adminbar-tools-4.0.0.zipAlso on Packagist as screenfeed/sf-adminbar-tools:
composer require screenfeed/sf-adminbar-toolsFrom the readme
SF Admin Bar Tools
A WordPress plugin that adds some small development tools to the admin bar.
Requires php 5.6 and WordPress 4.7.
What this plugin does
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 WPMEMORYLIMIT and WPMAXMEMORYLIMIT).
displays the php version and WP version.
Displays WPDEBUG, SCRIPTDEBUG, WPDEBUGLOG, WPDEBUGDISPLAY, 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 gettemplatepart()). Compatible with WooCommerce's templates.
$wpquery: this will open a lightbox displaying the content of $wpquery. 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 admininit). 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)
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v4.0.0 | Jan 18, 2021 | sf-adminbar-tools-4.0.0.zip | 6 |