Genesis-Visual-Hook-Guide icon indicating copy to clipboard operation
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...

Results 5 Genesis-Visual-Hook-Guide issues
Sort by recently updated
recently updated
newest added

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. ![Sample output](https://cloud.githubusercontent.com/assets/2739217/16180544/94156a02-36cb-11e6-9aaa-cefebdde1e0d.png)

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...