Plugin Directory

Changeset 3493019


Ignore:
Timestamp:
03/27/2026 10:15:10 PM (5 days ago)
Author:
marbak
Message:

Update screenshots captions, FAQ and description

File:
1 edited

Legend:

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

    r3492513 r3493019  
    4141= What files are searched? =
    4242
    43 The plugin searches active plugin files, the active theme, and the parent theme if different.
     43The plugin searches files in active plugins, the active theme, and the parent theme (if used).
     44Inactive plugins and themes are not included.
    4445
    4546= Can I search file types other than PHP? =
    4647
    47 Yes. Enter comma-separated extensions such as `php,inc,module`.
     48Yes. You can define custom file extensions (for example: php, js, css, inc).
     49
     50= Does this affect site performance? =
     51
     52Search runs only when you perform it manually in the admin.
     53It does not run in the background or affect frontend performance.
     54
     55= Does this plugin modify any files? =
     56
     57No. The plugin is read-only and does not change any files.
     58
     59= Is any data sent outside my site? =
     60
     61No. All searches are performed locally on your server.
    4862
    4963== Screenshots ==
    5064
    51 1. Admin Code Search interface in Tools → Code Search.
    52 2. Search results showing matching lines inside plugin and theme files.
     651. Admin Code Search interface in Tools → Code Search
     662. Search input with custom file extensions
     673. Results showing matches across plugin and theme files
     684. Detailed result with file path, line number, and highlighted match
    5369
    5470== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.