-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme.txt
36 lines (23 loc) · 1.68 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== Genesis Visual Hook Guide ===
Contributors: cochran
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TLKVZFHV64ZS4&lc=US&item_name=Christopher%20Cochran¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: genesis, hooks, genesiswp, studiopress, filters, markup, guide
Requires at least: 3.4
Tested up to: 4.6.4
Stable tag: trunk
License: GPLv2 or later
Find Genesis hooks (action and filter hooks) quick and easily by seeing their actual locations inside your theme.
== Description ==
Once a tool for myself the Genesis Visual Hook guide has slowly evolved into what it is today. I finally welcome the plugin version of the popular [Visual Genesis Hooks and Filters Guide](http://genesistutorials.com/visual-hook-guide) from [Genesis Tutorials](http://genesistutorials.com).
Once installed this plugin adds a drop down menu to the admin bar to select between three views (Hook, Filter, and Markup). Select an option or all three to see the hooks in their actual locations on your current theme.
Great companion to [Genesis Simple Hooks](http://wordpress.org/extend/plugins/genesis-simple-hooks/).
**Genesis Theme Framework required.**
== Installation ==
1. Upload the entire `genesis-visual-hook-guide` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= I have my admin bar disable, can I still view the hooks without it? =
Sure! The views are triggered by a query string. Simply add ?gvhg_markup=show ?gvhg_hooks=show or ?gvhg_filters=show to the end the url.
== Screenshots ==
1. Plugin in action on the default Sample Child Theme.
2. Hooks in Document Head.