=== Plugin Name === Contributors: innovatordm Donate link: Tags: hook, debug, display hook, hooks, testing, list Requires at least: 4.0.0 Tested up to: 4.1 Stable tag: 1.0.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Hooker records all fired WP hooks and their hooked functions, to easily let you debug hook issues! == Description == Are you tearing your hair out because that function isn't firing, even though you hooked it? Do you want to find the thing that overrides your changes? Want to know why that thing does what it does? Ever wondered what mysteries lies beyond the WordPress interface? Let WP Hooker help you! By recording all fired hooks and their functions during each page request, WP Hooker helps you with what otherwise would be hard to see. == Installation == WP Hooker should only be used in a Development environment. 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Navigate to 'WP Hooker Options', in the admin area, and switch 'Unleash the Hooker' to 'On' (Remember to save) 4. Start debugging! 5. View your recorded sessions under 'Hooker Sessions' == Screenshots == Screenshots of the plugin 1. Options page 2. Session overview 3. Session view == Github Repository == You can find us on github here! [WP Hooker Github Repository](https://github.com/innovatordm/wp-hooker "Visit us on Github!") == Frequently Asked Questions == = How do I use the plugin? = Please see the Installation instructions. = How can I come in contact with you? = You can find contact details to us on our website [here](http://http://www.innovator.se/) == Changelog == = 1.0 = * Initial release = 1.0.1 = * Repository fix for assets == Upgrade Notice == = 1.0 = First release! = 1.0.1 = New screenshots!