Phase 6: WebP image conversion - Converter for Media plugin with Nginx rewrite rules

This commit is contained in:
Hanson.xyz Dev
2025-11-28 17:16:24 -06:00
parent 91de533da4
commit 78a744ef06
260 changed files with 21138 additions and 5 deletions
@@ -0,0 +1,21 @@
<?php
/**
* Plugin Name: Converter for Media
* Description: Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images instead of standard formats!
* Version: 6.3.2
* Author: matt plugins
* Author URI: https://url.mattplugins.com/converter-plugin-author-link
* Text Domain: webp-converter-for-media
* Network: true
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
require_once __DIR__ . '/vendor/autoload.php';
new WebpConverter\WebpConverter(
new WebpConverter\PluginInfo( __FILE__, '6.3.2' )
);