Changeset 3493019
- Timestamp:
- 03/27/2026 10:15:10 PM (5 days ago)
- File:
-
- 1 edited
-
admin-code-search/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin-code-search/trunk/readme.txt
r3492513 r3493019 41 41 = What files are searched? = 42 42 43 The plugin searches active plugin files, the active theme, and the parent theme if different. 43 The plugin searches files in active plugins, the active theme, and the parent theme (if used). 44 Inactive plugins and themes are not included. 44 45 45 46 = Can I search file types other than PHP? = 46 47 47 Yes. Enter comma-separated extensions such as `php,inc,module`. 48 Yes. You can define custom file extensions (for example: php, js, css, inc). 49 50 = Does this affect site performance? = 51 52 Search runs only when you perform it manually in the admin. 53 It does not run in the background or affect frontend performance. 54 55 = Does this plugin modify any files? = 56 57 No. The plugin is read-only and does not change any files. 58 59 = Is any data sent outside my site? = 60 61 No. All searches are performed locally on your server. 48 62 49 63 == Screenshots == 50 64 51 1. Admin Code Search interface in Tools → Code Search. 52 2. Search results showing matching lines inside plugin and theme files. 65 1. Admin Code Search interface in Tools → Code Search 66 2. Search input with custom file extensions 67 3. Results showing matches across plugin and theme files 68 4. Detailed result with file path, line number, and highlighted match 53 69 54 70 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.