Changeset 3364328
- Timestamp:
- 09/19/2025 05:39:06 AM (6 months ago)
- Location:
- hook-locator
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hook-locator/tags/1.0/readme.txt
r3364324 r3364328 16 16 == Description == 17 17 18 **Hook Locator** is a professional WordPress development tool that helps you **search, analyze, and debug hooks (actions and filters)** across all plugins and themes. 19 20 Whether you’re building a custom plugin, analyzing a theme, or debugging site issues, Hook Locator makes it easy to find `add_action`, `add_filter`, `do_action`, `apply_filters`, and other hooks with complete code context. 21 22 Unlike runtime hook loggers, Hook Locator uses **static code analysis**, so it works faster, safer, and more accurately. You get a full picture of hook usage without slowing down your site. 18 Search and debug WordPress hooks with ease. Analyze actions & filters in plugins and themes using a fast, secure developer tool. 23 19 24 20 ### Why Use Hook Locator? -
hook-locator/trunk/readme.txt
r3364322 r3364328 16 16 == Description == 17 17 18 **Hook Locator** is a professional WordPress development tool that helps you **search, analyze, and debug hooks (actions and filters)** across all plugins and themes. 19 20 Whether you’re building a custom plugin, analyzing a theme, or debugging site issues, Hook Locator makes it easy to find `add_action`, `add_filter`, `do_action`, `apply_filters`, and other hooks with complete code context. 21 22 Unlike runtime hook loggers, Hook Locator uses **static code analysis**, so it works faster, safer, and more accurately. You get a full picture of hook usage without slowing down your site. 18 Search and debug WordPress hooks with ease. Analyze actions & filters in plugins and themes using a fast, secure developer tool. 23 19 24 20 ### Why Use Hook Locator?
Note: See TracChangeset
for help on using the changeset viewer.