Dear all,
How do we use the code below to replace the categories .png icons and convert them into webp variant?/
Thank you,
Covert standard image to WEBP variant:
<?php echo wbp_image_to_webp($source_img_path, $target_img_path = ""); ?>
Get WEBP url of standard image. If does not exists, generate WEBP image (return source img if webp could not be created):
<?php echo wbp_get_webp_img($source_url, $generate_if_missing = true, $generate_force = false); ?>