
Convert and compress JPEG and PNG images to WebP format easily. Speed up your website.
What else? What are you waiting for? Start now!
Do you like the WebP Images plugin? Leave a 5-Star Review to recommend it to other users.
❤ WRITE A REVIEW
❤ SEND A DONATION
❤ BECOME PRO (support and get benefits)
❤ BECOME TRANSLATION CONTRIBUTOR
Features included in the “WebP Images” plugin:
✔ SET CONVERSION QUALITY
✔ AUTO CONVERSION FOR UPLOADS
✔ UNLIMITED PRO UPDATES
✔ PRO SUPPORT PRIORITY
function edit_time_between_conversion_group($time_in_seconds){
$time_in_seconds = 10; // Edit this value to increase/decrease the waiting time
return $time_in_seconds;
}
add_filter('webp_images_bulk_time_between','edit_time_between_conversion_group');
Add this code in the functions.php file to change the waiting time between image group conversions. Default 5.
function edit_max_images_per_group($images_per_group){
$images_per_group = 20; // Edit this value to increase/decrease max images per group
return $images_per_group;
}
add_filter('webp_images_bulk_max_elements','edit_max_images_per_group');
Add this code in the functions.php file to change the max number of images per group conversions. Default 10.
The “WebP Images” plugin was entirely designed and created by Andrea De Giovine.
If you like the idea and want to support the developer, please Donate to this plugin.
For collaborations and consultations visit the website of the freelance web developer.
For bug reports and support for this plugin, visit the Support section to ask the developer and the community directly.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.