wordpress_import_content
Import WordPress content from XML files to restore or migrate site data, posts, pages, and media using a file URL.
Instructions
Import content from WordPress XML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileUrl | Yes |
Input Schema (JSON Schema)
{
"properties": {
"fileUrl": {
"type": "string"
}
},
"required": [
"fileUrl"
],
"type": "object"
}