-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
24 lines (18 loc) · 762 Bytes
/
readme.txt
File metadata and controls
24 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=== Hooks Reference ===
Contributors: moon0326
Tags: hooks, action, filter
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.1
Stable tag: 1.0.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Scans all installed plugins to identify where WordPress hooks (add_action, do_action, add_filter, apply_filters) are used.
=== Screenshots ==
1. Main screen
2. Hook list
3. Filter by type
4. Search
=== Description ===
Hooks Reference is a WordPress admin plugin that scans all installed plugins to discover where WordPress hooks (`add_action`, `do_action`, `add_filter`, `apply_filters`) are used. It provides a UI to view and filter these hooks by plugin and hook type.
See more details at https://github.com/moon0326/hooks-reference