No results available
ResetNew Feature: Earn 12 Badges
Collect up to 12 exclusive badges by sharing your plugin collections and engaging with the community.
See all BadgesPlus WebP
by Katsushi Kawamori
Description
Generate WebP
Generate WebP file when adding image file in Media Library.
Generate WebP from all the images by async/await.
Optionally, Can replace image files with WebP when adding new media, and delete the original image file. Also, when generating all images, the original image file ID will be overwritten as WebP and the original image file will be deleted. All URLs in the content are also replaced.
WP-CLI
WP-CLI commands are available. If you have a large number of files, WP-CLI commands is more reliable.
*
wp pluswebp_cli
How it works
Filter hooks
/** ==================================================
* Filter for advanced change database.
* If you want to replace other databases besides content.
*/
add_filter(
‘plus_webp_advanced_change_db’,
function( $before_url, $after_url ) {
/* Your processing */
return array( $before_url, $after_url );
},
10,
2
);
All texts and images on this product page are protected by copyright and are the property of the author Katsushi Kawamori. You will be redirected to the retailer to download the plugin. We act solely as a search engine for plugins and are not affiliated with the retailer or Katsushi Kawamori.
Get your first Badge
Earn your first badge by sharing your collections. Every master was once a beginner. Welcome to your coding journey.
Click the symbol on the desired plugin to create a collection. The symbol appears when you hover over the plugin.