• I load part of the page content through AJAX.
    How to replace a picture with webp in php code programmatically like this:

    $src = ‘image.jpg’;
    $src_webp = get_webp_image( $src );

    • This topic was modified 6 years, 1 month ago by alexlancer.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘How to replace a picture with webp in php code programmatically?’ is closed to new replies.