External image replace

0

Download the image of the external URL present in the article, register it in the media library, and replace the URL with the media library. It is useful when importing from another blo

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_languages
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Download the image of the external URL present in the article, register it in the media library, and replace the URL with the media library.
It is useful when importing from another blog.

For example, if the URL of the current blog is https://wiredpunch.com, the result is as follows.

<img src=”http://example.com/xxxx.jpg” >

<img src=”https://wiredpunch.com/wp-content/uploads/2018/01/xxxx.jpg” />

It is necessary to set the value of “allow_url_fopen” to true in php.ini of the download destination server.