Description
A sequential and visual representation of WordPress action and filter hooks. This is a Developer tool so if you are a developer then it might be a life-saver plugin.
How?
Let’s have a question for you!
Which hook fires first?
admin_init
init
A bit confusing, right? init
runs first and after firing almost 100 hooks admin_init
runs. Before developing the plugin I had to jump over google or wp handbook which kills my development time and makes my project delayed.
To get rid of this problem, Another Show Hooks present you with a graphical overview right from your web screen.
Some cool features
?? Graphical Presentation
?? Count the total number of uses
?? List out all the callback functions with priority
?? Get core code reference
?? Draggable hook window for flexible debugging
?????? Pro Features??????
*Hook search with the prefix
*Advanced debugging with selective user roles
*Disable callback function directly from pages
*Automation
Contribute to Show Hooks
If you want to contribute to the project, you’re most welcome to make it happen. The full source code is available on GitHub. If you find anything improbable, feel free to shoot a bug report or create a pull request.
Origin
We are proud the original base of the plugin was a fork of Simply Show Hooks as it has not been maintained for the last 6 years and has lots of compatibility issues. We have improved the code security and made it compatible with the latest WordPress.
Screenshots
Installation
Using the WordPress Plugin Search
- Navigate to the
Add New
sub-page under the Plugins admin page. - Search for
another show hooks
. - The plugin should be listed first in the search results.
- Click the
Install Now
link. - Lastly click the
Activate Plugin
link to activate the plugin.
Uploading in WordPress Admin
- Download the plugin zip file and save it to your computer.
- Navigate to the
Add New
sub-page under the Plugins admin page. - Click the
Upload
link. - Select Another Show Hooks zip file from where you saved the zip file on your computer.
- Click the
Install Now
button. - Lastly click the
Activate Plugin
link to activate the plugin.
Using FTP
- Download the plugin zip file and save it to your computer.
- Extract the Another Show Hooks zip file.
- Create a new directory named
another-show-hooks
directory in the../wp-content/plugins/
directory. - Upload the files from the folder extracted in Step 2.
- Activate the plugin on the Plugins admin page.
Reviews
Contributors & Developers
“Another Show Hooks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Another Show Hooks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
= 1.0.2 =
- Fix – Compatibility issue with Oxygen Builder plugin
- Fix – Console errors
1.0.1
- Improved
1.0.0
- Initial release