=== WP Hook Finder ===
Contributors: mattyza
Donate link: 
Tags: wp-hook-finder, utility, actions, filters, do_action, add_action, apply_filters, add_filter, tools, theme frameworks, advanced parent themes, advanced plugins
Requires at least: 2.9
Tested up to: 3.1-beta 2
Stable tag: 1.0.0

Scan a WordPress theme or plugin for functions that are attached to hooks and filters and for any custom actions or filters that are added by the code. Useful when developing on top of a large product such as a theme framework, an advanced parent theme or a high-end plugin.

== Description ==

WP Hook Finder is your assistant for developing on top of an advanced parent theme, theme framework or high-end WordPress plugin. Hook Finder scans a theme or plugin of your choice and lets you know of any custom actions or filters that have been added and which functions hook on to which actions or filters.

== Installation ==

Installing WP Hook Finder is really easily. Simply follow the steps below:

1. Upload the `wp-hook-finder` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Visit the "Tools -> Hook Finder" screen.

== Frequently Asked Questions ==

= So, how does this plugin work anyway? =

Using WP Hook Finder couldn't be any easier. The plugin requires no additional setup once activated.

To start using WP Hook Finder, visit the "Tools -> Hook Finder" screen, select the folder you'd like to scan and click the "Scan for Hooks" button. It's as easy as that!

== Screenshots ==

1. The WP Hook Finder main screen, before a scan.
2. The display once WP Hook Finder has scanned a theme or plugin.

== Changelog ==

= 1.0.0 =
* First release!

== Upgrade Notice ==

= 1.0.0 =
* First release!