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