WP Manifestindependent plugin directory
manifest / media / cgit-wp-remediator

Castlegate IT WP Remediator archived

Import images from the uploads directory into the media gallery

by Castlegate IT · github.com/castlegateit/cgit-wp-remediator · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/castlegateit/cgit-wp-remediator/archive/refs/heads/master.zip

Declares an update source (https://github.com/castlegateit/cgit-wp-remediator), so updates arrive through the plugin's own updater.

Readme

Castlegate IT WP Remediator

Remediator lets you import images into the WordPress media gallery directly from the uploads directory. This might be useful for moving images from one site to another.

Instructions

  • Put the images anywhere in the uploads directory.
  • In the WordPress admin panel, go to Tools | Remediator.
  • Click "Remediate".

How it works

When run, the importer finds all the image files in the uploads directory, excludes those that are already in the database, and deletes any that are duplicated, resized versions of the new images to import. It then adds each one to the media gallery.

License

Released under the MIT License. See LICENSE for details.

Read the full README on GitHub →