wp_upload_media_from_url
Upload images or files to WordPress directly from a remote URL. Provide the file URL and optional metadata like title, alt text, caption, and description.
Instructions
Upload media to WordPress from a remote URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Image or file URL to upload | |
| title | No | ||
| alt | No | Alt text for images | |
| caption | No | ||
| description | No |