Admin Code Search

설명

Admin Code Search is a lightweight developer utility that lets you search code inside active themes and plugins directly from the WordPress admin. Designed for developers who need quick insight into code without leaving wp-admin.

Useful when you need to quickly locate a function, hook, class, or string without leaving the dashboard or accessing files via FTP or IDE.

Features:
– Admin-only access
– Search across active plugins
– Search active theme (including parent theme)
– Support for custom file extensions
– Line-by-line results
– Highlighted matches
– Clean, readable results table

Privacy

This plugin does not send any data to external services.

스크린샷

  • Admin Code Search interface in Tools Code Search
  • Search input with custom file extensions
  • Results showing matches across plugin and theme files
  • Detailed result with file path, line number, and highlighted match

설치

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins screen in WordPress
  3. Go to Tools > Code Search
  4. Enter a search term and run a search

FAQ

Who can use this plugin?

Only administrators or users with the manage_options capability.

What files are searched?

The plugin searches files in active plugins, the active theme, and the parent theme (if used).
Inactive plugins and themes are not included.

Can I search file types other than PHP?

Yes. You can define custom file extensions (for example: php, js, css, inc).

Does this affect site performance?

Search runs only when you perform it manually in the admin.
It does not run in the background or affect frontend performance.

Does this plugin modify any files?

No. The plugin is read-only and does not change any files.

Is any data sent outside my site?

No. All searches are performed locally on your server.

후기

모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Admin Code Search”(을)를 번역하세요.

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

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

변경이력

1.0.0

  • Initial public release.