wordpress_read_file
Read file contents from WordPress themes, plugins, and other directories to access and review code, configurations, or content stored in your WordPress file system.
Instructions
Read file contents from WordPress (themes, plugins, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}