WP Manifestindependent plugin directory
manifest / media / rename-image-meta-to-title

Rename Image Meta to Title

Automatically set the WordPress Media Library image slug, file, and URL to the title

by Andy Fragen · github.com/afragen/rename-image-meta-to-title

3stars
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/afragen/rename-image-meta-to-title/archive/refs/heads/master.zip

Declares an update source (https://github.com/afragen/rename-image-meta-to-title), so updates arrive through the plugin's own updater.

From the readme

Rename Image Meta to Title Plugin Name: Rename Image Meta to Title Plugin URI: https://github.com/afragen/rename-image-meta-to-title Author: Andy Fragen Author URI: http://thefragens.com/ Description: Automatically sets the Media Library image slug, file, missing alt text, and URL to the the image title on save. Stable tag: master License: MIT Requires PHP: 5.6 Requires at least: 4.6 Tested up to: 5.4 Automatically sets the Media Library image slug, file, missing alt text, and URL to the the image title on save. This was written for my wife's recipe website to help when she adds images. Based in part on the Rename Media Files plugin by Milan Dinić.

Read the full README on GitHub →