Skip to content

dbkode/captain-hooks

Repository files navigation

=== Captain Hooks ===
Contributors: dbeja
Tags: admin, hooks, filters, actions, shortcodes
Donate link: https://www.paypal.com/paypalme/dbkode
Requires at least: 5.7
Tested up to: 6.3.1
Requires PHP: 7.2
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Captain Hooks is a WordPress plugin that provides developers with a comprehensive view of all actions, filters, and shortcodes of their environment.

== Description ==
Captain Hooks is a robust WordPress plugin designed to give developers an in-depth look at all the hooks available in their WordPress environment. Explore actions, filters, and shortcodes like never before!

== Features ==
* **Comprehensive Hook Listing**: Easily list and search all hooks (actions and filters) across any theme or plugin installed.
* **Shortcode Insight**: View all shortcodes, along with their parameters.
* **Code Implementation Viewer**: Quickly pinpoint where the hooks and shortcodes are implemented within the code.
* **Sample Codes**: Not sure how to use a hook? Get code samples instantly.
* **Live Mode**: An advanced feature to monitor actions or filters in real-time and log all its parameters for better debugging.

== Installation ==
To install this plugin:
1. Download the plugin zip file from the WordPress plugin repository.
2. Go to the WordPress Admin Dashboard -> Plugins -> Add New -> Upload Plugin.
3. Click on the \"Choose file\" button and select the zip file you downloaded in step 1.
4. Click on \"Install Now\" button.
5. Once installed, click on the \"Activate Plugin\" button.
6. After activation, navigate to `Tools > Captain Hooks`.
7. Begin exploring the vast array of hooks and shortcodes available across all themes and plugins on your site!

== Screenshots ==
1. Main screen
2. List all hooks and shortcodes
3. Details about a hook
4. Details about a shortcode

== Changelog ==
= 1.0.1 =
* Fixed: WordPress.org warnings

= 1.0.0 =
* Plugin release