-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
34 lines (23 loc) · 955 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=== Debug Bar Hook Log ===
Contributors: itsananderson, Zer0Divisor
Tags: debug, dev
Requires at least: 3.1
Tested up to: 4.0
Stable tag: 1.0
Logs and displays a filterable list of all hooks called during the request, with their arguments
== Description ==
Adds a new tab to Debug Bar that displays the hooks that were called during the page request.
You can live-filter the hooks that are displayed to hide noisy information like translation, options, and sanitization
Clicking on a hook will expand it to show the arguments that were passed to the hook
== Installation ==
1. Install and activate Debug Bar, which is a prerequisite plugin
1. Upload Debug Bar Hook Log to the /wp-contents/plugins/ folder.
1. Activate the plugin from the 'Plugins' menu in WordPress.
== Changelog ==
= 0.3 =
* Clean up code
* Remove Filter class files
= 0.2 =
* Added a search box for filtering hooks
= 0.1 =
* Initial release