wp_add_media
Upload a media file to WordPress by specifying a local file path, and optionally set its title and alt text for use in posts and pages.
Instructions
Upload a media file to WordPress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Media title | |
| alt_text | No | Alt text for media | |
| file_path | Yes | Path to file to upload |