Genesis-Visual-Hook-Guide
Genesis-Visual-Hook-Guide copied to clipboard
Find Genesis hooks (action and filter hooks) quick and easily by seeing their actual locations inside your theme. WordPress.org version found here: http://wordpress.org/extend/plugins/genesis-visual-h...
New option shows only those hooks that are currently in use. Handy when modifying a 3rd party theme, where you want to find and modify existing elements. 
Filter hooks are still missing descriptions. These descriptions are viewed in a tool tip on hover when hooks are displayed on the front end. Update missing descriptions for all filter...
Few action hooks are still missing descriptions. These descriptions are viewed in a tool tip on hover when hooks are displayed on the front end. Update missing descriptions for all...
I think it is worth considering whether it makes sense to detect filters in the way proposed in #24 In that issue @garyjones writes: > There are some filters that...
@srikat has suggest some interesting ideas with using an input field instead of a div, which makes it easier to copy the hook name. Additionally, he suggested using JavaScript to...