wp_update_media
Update WordPress media attachment metadata, including title, caption, description, and alt text, with an optional dry-run to preview changes before saving.
Instructions
Update media attachment metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| caption | No | ||
| dry_run | No | Preview changes without writing | |
| alt_text | No | ||
| description | No |