=== External image replace === Contributors: muromuro Tags: post, update content, update post, Requires at least: 4.9.2 Tested up to: 4.9.2 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Replace the external image in the posted article with the media library at once. == 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. 記事内にある外部URL画像をダウンロードしてメディアライブラリに登録し、メディアライブラリの画像URLに一括で置き換えます。 他のブログからインポートしたあとなどに使うと便利です。 For example, if the URL of the current blog is https://wiredpunch.com, the result is as follows. たとえば現在のURLのドメインがhttps://wiredpunch.comの場合は、以下のような結果になります。 <img src="http://example.com/xxxx.jpg" > ↓ <img src="https://wiredpunch.com/wp-content/uploads/2018/01/xxxx.jpg" /> == Installation == You can install this plugin directly from your WordPress dashboard: 1. Go to the *Plugins* menu and click *Add New*. 2. Search for *External image replace*. 3. Click *Install Now* next to the *External image replace* plugin. 4. Activate the plugin. 5. Configure reservation post type in *External image replace* in *tools* menu. == Screenshots == == Frequently Asked Questions == == Changelog == = 1.0.2 = * 2018-01-24 * We have organized the source code. There is no change in function. * ソースコードを整理しました。機能には変更ありません。 = 1.0.1 = * 2018-01-22 * Fixed an error that excluded domain settings would be hidden when the corresponding image could not be found. * 該当する画像が見つからないとき、除外ドメイン設定が非表示になってしまうエラーを修正しました。 = 1.0.0 = * 2018-01-22 * First release * 初公開