WP Manifestindependent plugin directory
manifest / media / wps-media-regenerate

WPS Media Regenerate

Simplest Media Regeneration plugin

by Alexis Bouhet · github.com/zouloux/wps-media-regenerate · 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/zouloux/wps-media-regenerate/archive/refs/heads/main.zip

Declares an update source (https://github.com/zouloux/wps-media-regenerate), so updates arrive through the plugin's own updater.

Readme

WPS - Media regenerate Wordpress plugin

Will add a page in Wordpress admin to trigger all uploads regeneration. Heavily inspired from Regenerate Thumbnails plugin but way simpler.

Can be found in wordpress admin under Media > Regenerate Media.

Minimalist

  • No admin message
  • No buy plugin messages
  • No setup

Config

Can be disabled with an env WPS_MEDIA_REGENERATE_DISABLE=true

Dependencies

It has no dependencies other than Bedrock and Wordpress.

Install

How to install with Bedrock :

composer require zouloux/wps-media-regenerate

Read the full README on GitHub →