Hook Locator

설명

Hook Locator is a fast, developer-friendly tool to search and analyze WordPress hooks in any theme or plugin. Instantly find add_action, add_filter, do_action, apply_filters, and more — with file paths, line numbers, and code highlights.

Perfect For

  • Plugin & theme developers
  • Site maintainers debugging conflicts
  • Code auditors and security reviewers
  • WordPress learners exploring hook usage

Why Hook Locator

Unlike runtime hook capture tools, Hook Locator performs static code analysis, giving accurate and secure results without affecting performance.

Advanced Usage

Keyboard Shortcuts

  • Ctrl/Cmd + K – Focus search input
  • Ctrl/Cmd + Enter – Run search
  • Escape – Clear search input
  • Click snippets – Copy to clipboard

Privacy

  • No personal data collection
  • No external API requests
  • No analytics, tracking, or cookies
  • Admin-only usage

Support

Need help?

  • WordPress.org support forums
  • Inline documentation and tooltips in the admin panel

Hook Locator is actively maintained and tested with the latest WordPress releases. We welcome feedback and feature requests!

스크린샷

  • Main Search Interface – Modern search form with plugin/theme selection
  • Search Results – Table view with file names, line numbers, and hook types
  • Code Analysis – Highlighted view of hook usage in context

설치

Automatic

  1. Go to Plugins > Add New
  2. Search for Hook Locator
  3. Click Install Now Activate

Manual

  1. Upload the ZIP via Plugins > Add New > Upload
  2. Activate the plugin

Getting Started

Go to Tools > Hook Locator to start searching hooks.

FAQ

Does this affect my site performance?

No! Hook Locator only runs in the WordPress admin when you actively search. There’s no frontend code or background processing that affects your site’s performance.

What file types does it search?

Hook Locator searches only PHP files (.php) since WordPress hooks are PHP-based. It automatically skips other file types for optimal performance.

Can I search for custom hooks?

Absolutely! Hook Locator finds any hook name you specify, including custom hooks created by plugins, themes, or your own code.

Is it safe to use on production sites?

Yes, Hook Locator is completely safe for production use. It only reads files and never modifies any code. All operations are restricted to users with administrator privileges.

Does it work with multisite?

Yes, Hook Locator works perfectly with WordPress multisite installations. Each site can use it independently to analyze their specific plugins and themes.

Can I export the search results?

Currently, you can copy individual code snippets to your clipboard. Future versions may include CSV/JSON export functionality based on user feedback.

What’s the difference from other hook plugins?

Hook Locator focuses on static code analysis rather than runtime hook capture. This makes it more accurate, secure, and performant while providing deeper code insights.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Hook Locator”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Hook Locator”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release with full hook scanning and analysis
  • Plugin and theme directory dropdowns with optgroups
  • Improved code highlighting with better contrast
  • Secure coding with nonce checks and sanitization
  • Fully WordPress coding standards compliant (PHPCS/WPCS)
  • Optimized file scanning with smart resource management
  • Professional admin UI with WordPress styling