Linux 软件免费装
Banner图

Admin Code Search

开发者 marbak
更新时间 2026年4月2日 01:04
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

debugging developer tools code search search plugins search themes

下载

1.2.1 1.0.0 1.1.0 1.2.0

详情介绍:

Admin Code Search is a lightweight developer tool that lets you search code directly from the WordPress admin area — no FTP or terminal access required. It scans active plugins, themes, and MU plugins line-by-line and shows matching results with file paths and line numbers. Designed for quick debugging, code tracing, and locating specific hooks, functions, or strings across a site. A simple, fast code search tool for developers working inside WordPress.

安装:

  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

屏幕截图:

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

常见问题:

Who can use this plugin?

Only administrators or users with the manage_options capability.

What files are searched?

The plugin scans active plugin files, the active theme, the parent theme (if different), and MU plugins.

What is the difference between partial match and exact line match?

Partial match finds the search term anywhere within a line. Exact line match only returns results where the entire trimmed line exactly matches the search term.

Can I search file types other than PHP?

Yes. You can enter comma-separated extensions such as php,js,css,inc.

Will this affect site performance?

Search runs on demand and only when triggered by an admin. On very large sites, searches may take a few seconds.

Does it search WordPress core files?

No. The plugin is limited to plugins, themes, and MU plugins.

Is this plugin safe to use on production sites?

Yes. It is read-only and does not modify any files or data.

更新日志:

1.2.1 1.2.0 1.1.0 1.0.0