Changeset 3493055
- Timestamp:
- 03/27/2026 11:40:28 PM (4 days ago)
- File:
-
- 1 edited
-
admin-code-search/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin-code-search/trunk/readme.txt
r3493019 r3493055 13 13 == Description == 14 14 15 Admin Code Search is a lightweight developer utility for searching text inside active theme and plugin files from wp-admin. 15 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. 16 17 Useful when you need to quickly locate a function, hook, class, or string without leaving the dashboard or accessing files via FTP or IDE. 16 18 17 19 Features: 18 20 - Admin-only access 19 - Search ac tive plugins20 - Search active theme and parent theme21 - Custom file extensions22 - Line-by-line matching21 - Search across active plugins 22 - Search active theme (including parent theme) 23 - Support for custom file extensions 24 - Line-by-line results 23 25 - Highlighted matches 24 - Clean results table26 - Clean, readable results table 25 27 26 This plugin does not send data to external services. 28 Privacy 29 30 This plugin does not send any data to external services. 27 31 28 32 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.