wordpress_bulk_update_posts
Update multiple WordPress posts simultaneously to perform batch modifications and manage content efficiently in one operation.
Instructions
Update multiple posts in one operation - efficient for batch modifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |
Input Schema (JSON Schema)
{
"properties": {
"updates": {
"type": "array"
}
},
"required": [
"updates"
],
"type": "object"
}