read_plugin_file
Retrieve the contents of any file inside a WordPress plugin by providing the plugin slug and the relative file path.
Instructions
Read the contents of a specific file from an extracted plugin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Plugin slug | |
| file_path | Yes | Relative path to the file within the plugin |