WP Manifestindependent plugin directory
manifest / media / thisismyurl-webp-support

WEBP Support by Christopher Ross

Non-destructive WebP/AVIF conversion for WordPress Media Library images. Backups included. One-click restore.

by Christopher Ross · github.com/thisismyurl/thisismyurl-webp-support · 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/thisismyurl/thisismyurl-webp-support/archive/refs/heads/main.zip

Readme

WebP Support

WebP Support lets WordPress accept WebP uploads and converts your existing JPEG and PNG images to WebP, keeping the originals so you can restore any image later.

It is part of the same image-plugin family as BMP, HEIC, and SVG Support, and shares the same admin shell, so the settings screens work the same way across all of them.

What it does

  • Accepts .webp uploads, with the file type checked against its real MIME signature rather than the extension
  • Converts your existing JPEG and PNG library to WebP in bulk
  • Keeps every original file and lets you restore images one at a time
  • Converts incoming images at upload time, so new uploads land as WebP without a separate step
  • Runs large libraries in the background, using either WP-Cron or wp-admin traffic to work through the queue
  • Reports the file size savings across time windows so you can see what the conversion recovered
  • Takes a safety snapshot before any destructive operation when a compatible backup plugin (Vault or Shadow) is active

Requirements

  • WordPress 6.0+
  • PHP 7.4+
  • GD or Imagick. GD handles most conversions; Imagick is needed for the metadata features.

Installation

  1. Upload the plugin to /wp-content/plugins/thisismyurl-webp-support/.
  2. Activate it through the Plugins screen.
  3. Go to Tools > WebP Support to configure your conversion settings.

Versioning

Versions follow X.Yjjj.hhmm — year, Julian day, 24-hour time of the build.

About

WebP Support is built and maintained by Christopher Ross. I build focused WordPress tools for problems that keep showing up across real sites. No tracking, no ads, no upsells.

WordPress.org: profiles.wordpress.org/thisismyurl · GitHub: github.com/thisismyurl · LinkedIn: linkedin.com/in/thisismyurl

License

GPL-2.0-or-later. See LICENSE.

Read the full README on GitHub →

Releases

TagPublished
v1.6190.1650 Jul 9, 2026
1.6165.0822 Jun 14, 2026
1.6158.1440 Jun 7, 2026
1.6149.0734 May 29, 2026
1.6148.2110 May 29, 2026
v1.6147 May 27, 2026
v1.6143 May 23, 2026
v0.6112 Apr 22, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.