Skip to content

Instantly share code, notes, and snippets.

View kaelansmith's full-sized avatar

Kaelan Smith kaelansmith

View GitHub Profile
@ChrisButterworth
ChrisButterworth / converter.php
Created September 5, 2018 12:26
Webp converter for WordPress
<?php
namespace Converter;
use WebPConvert\WebPConvert;
class Converter
{
public $lazy = false;
public function __construct($lazy = false)