Skip to content

Sideload embedded images, and update post content references

Notifications You must be signed in to change notification settings

woocart/media-sideload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runcommand/media-sideload

Sideload embedded images, and update post content references.

runcommand open source Build Status

Quick links: Using | Installing | Support

Using

wp media sideload --domain=<domain> [--post_type=<post-type>] [--verbose]

Searches through the post_content field for images hosted on remote domains, downloads those it finds into the Media Library, and updates the reference in the post_content field.

In more real terms, this command can help "fix" all post references to <img src="http://remotedomain.com/image.jpg" /> by downloading the image into the Media Library, and updating the post_content to instead use <img src="http://correctdomain.com/image.jpg" />.

OPTIONS

--domain=<domain>
	Specify the domain to sideload images from, because you don't want to sideload images you've already imported.

[--post_type=<post-type>]
	Only sideload images embedded in the post_content of a specific post type.

[--verbose]
	Show more information about the process on STDOUT.

Installing

Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with wp cli update.

Once you've done so, you can install this package with wp package install runcommand/media-sideload.

Support

This WP-CLI package is free for anyone to use. Support, including usage questions and feature requests, is available to paying runcommand customers.

Think you’ve found a bug? Before you create a new issue, you should search existing issues to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version. Once you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please create a new issue with description of what you were doing, what you saw, and what you expected to see.

Want to contribute a new feature? Please first open a new issue to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please include functional tests and follow the WordPress Coding Standards.

runcommand customers can also email [email protected] for private support.

About

Sideload embedded images, and update post content references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • Gherkin 1.5%
  • Shell 1.5%