Plugin Directory

Changeset 3493055


Ignore:
Timestamp:
03/27/2026 11:40:28 PM (4 days ago)
Author:
marbak
Message:

Update of description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-code-search/trunk/readme.txt

    r3493019 r3493055  
    1313== Description ==
    1414
    15 Admin Code Search is a lightweight developer utility for searching text inside active theme and plugin files from wp-admin.
     15Admin 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
     17Useful when you need to quickly locate a function, hook, class, or string without leaving the dashboard or accessing files via FTP or IDE.
    1618
    1719Features:
    1820- Admin-only access
    19 - Search active plugins
    20 - Search active theme and parent theme
    21 - Custom file extensions
    22 - Line-by-line matching
     21- Search across active plugins
     22- Search active theme (including parent theme)
     23- Support for custom file extensions
     24- Line-by-line results
    2325- Highlighted matches
    24 - Clean results table
     26- Clean, readable results table
    2527
    26 This plugin does not send data to external services.
     28Privacy
     29
     30This plugin does not send any data to external services.
    2731
    2832== Installation ==
Note: See TracChangeset for help on using the changeset viewer.