• Best Drag & Drop Website Builder
  • Build Any Type of Website
  • Unlimited design flexibility
  • Drag & Drop Builder

Images to WebP

by KubiQ

29 Ratings

  • 4.5

Active Installations

9,000+

Last Update

4 months

Quality

D

Plugin Description

Description
Statistics say that WebP format can save over a half of the page weight without losing images quality.
Convert PNG, JPG and GIF images to WebP and speed up your web, save visitors download data, make your Google ranking better.
automated test after plugin activation to make sure it will work on your server
works with all types of WordPress installations: domain, subdomain, subdirectory, multisite/network
works on Apache and NGiNX
image URL will be not changed so it works everywhere, in , even in CSS backgrounds and there is no problem with cache
original files will be not touched
set quality of converted images
auto convert on upload
only convert image if WebP filesize is lower than original image filesize
bulk convert existing images to WebP ( you can choose folders )
bulk convert only missing images
works with `Fly Dynamic Image Resizer` plugin
Hooks for developers
itw_extensions
Maybe you want to support also less famous JPEG extension like jpe, jfif or jif
add_filter( ‘itw_extensions’, ‘extra_itw_extensions’, 10, 1 );
function extra_itw_extensions( $extensions ){
$extensions[] = ‘jpe’;
$extensions[] = ‘jfif’;
$extensions[] = ‘jif’;
return $extensions;
}
itw_sizes
Maybe you want to disable WebP for thumbnails
add_filter( ‘itw_sizes’, ‘disable_itw_sizes’, 10, 2 );
function disable_itw_sizes( $sizes, $attachmentId ){
unset( $sizes[‘thumbnail’] );
return $sizes;
}
itw_htaccess
Maybe you want to modify htaccess rules somehow
add_filter( ‘itw_htaccess’, ‘modify_itw_htaccess’, 10, 2 );
function modify_itw_htaccess( $rewrite_rules ){
// do some magic here
return $rewrite_rules;
}
itw_abspath
Maybe you use roots.io/bedrock or other custom folder structure
add_filter( ‘itw_abspath’, ‘modify_itw_abspath’, 10, 2 );
function modify_itw_abspath( $abspath ){
return trailingslashit( WP_CONTENT_DIR );
}
$images_to_webp->convert_image()
Maybe you want to automatically generate WebP for other plugins
add_action( ‘XXPLUGIN_image_created’, ‘XX_images_to_webp’, 10, 2 );
function XX_images_to_webp( $image_path ){
global $images_to_webp;
$images_to_webp->convert_image( $image_path );
}

Similar Plugins

  • Report Bug
The content on this website originates from various sources. All rights to the original content remain with the respective author. If you believe that your copyrights have been infringed by the use of content on this website, please contact us at info@plugin-guru.com. We will remove the content in question immediately.

This is the heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

My Collections

Create your first Collection

To create a collection, simply click on the symbol on the desired plugin.

You can see this symbol when you move the mouse over the plugin. 

Current Level

Plugin Magican

You have reached 0 views on your collections and are currently Plugin Magican. You magically help people find the right plugins and are a great asset to the community

0 of 500 views reached