About WordPress Hooks Explorer

WordPress Hooks Explorer is a tool designed to help WordPress developers easily navigate and understand the hooks (actions and filters) available in the WordPress core.

Features

How It Works

  1. The tool scans all PHP files in the WordPress core directory to identify hooks.
  2. It collects information about each hook, including its name, type (action or filter), the file it's located in, and the line number.
  3. This information is then used to generate this HTML report, providing an easy-to-use interface for exploring WordPress hooks.

Created by Fahad Murtaza aka iSuperCoder