kipmyk / WP-Hooks-Locator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Hooks Locator

One of the way the WordPress theme and plugin developers find where to hook into with add_action() and add_filter() functions is to search through the WordPress code base, plugin(s) or theme(s) or find find a reference to the hook in the codex.

Installation

  1. Download and extract the ZIP file.
  2. Move the folder "WP-Hooks-Locator" to the "wp-content/plugins/" directory of your WordPress installation, e.g. via FTP.
  3. Once the plugin is activated you will see 'WP Hooks Locator' in the Admin Bar at the top of your site or admin pages.
  4. Clicking the 'Show Hooks' button will start showing you all the action hooks in the page you're on.
  5. You can continue to navigate around until you've found the action hook you're looking for, then switch off by clicking 'Hide Hooks'.
  6. Simple but effective. Enjoy!# WP-Hooks-Locator

About


Languages

Language:PHP 59.1%Language:CSS 40.4%Language:JavaScript 0.5%