WordPress plugin that displays names of all Genesis hooks on the current page dynamically.
Find Genesis action hooks quick and easily by seeing their actual locations inside your theme.
This is a simplified version of Genesis Visual Hook Guide plugin by Christopher Cochran with the following changes:
Once installed, this plugin adds a dropdown menu to the admin bar to see the available hooks on the page being viewed in the front end.
Credits:
Genesis Theme Framework required.
Clone or download
button, then Download ZIP
.genesis-simple-hook-guide
folder to the /wp-content/plugins/
directoryYou have 2 options.
a) Add top: 0
to .site-header
in CSS. This will cover some hooks above the header.
b) In the 960px min-width media query, comment out the code that makes the site header fixed temporarily.
Sure! The views are triggered by a query string. Simply add ?gshg_hooks=show
to the end of the URL.
0.0.1
0.0.2
genesis-simple-hook-guide.php
Text Domain: genesis-simple-hook-guide
g_hooks
to gshg_hooks
0.0.3
0.0.4