=== Hook Flowchart === Contributors: codeat, mte90 Donate link: http://codeat.it/ Tags: debug, hook, flowchart, developer, tool, core Requires at least: 4.2 Tested up to: 4.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html In every WordPress page there are many different hooks, but what is the direct relationship among them? == Description == This plugin generates a flowchart for every parent hook that is running under your actual page. In Firefox, the flowcharts are JavaScript generated and downloadable in .png format. From the Setting Page you can choose which parent hook to exlude from the chart. Check the screenshots! PS: The download feature is not supported in Webkit-based browsers like Safari or Chrome/Chormium. == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'hook-flowchart' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `hook-flowchart.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `hook-flowchart.zip` 2. Extract the `hook-flowchart` directory to your computer 3. Upload the `hook-flowchart` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Screenshots == 1. The window opened with all the flowcharts. 2. The flowchart downloaded for a specific parent hook == Changelog == = 1.0 = * First Release