Skip to content

Instantly share code, notes, and snippets.

View mbariola's full-sized avatar

Massimiliano Bariola mbariola

View GitHub Profile
@mbariola
mbariola / timthumb.php
Last active June 18, 2024 18:40
timthumb.php patched to process webp images, goes along with the new Wordpress 5.8 handling of webP. It uses a dedicated log file for timthumb debug. I have not tested it extensively, make backups before using it.
<?php
/**
* TimThumb by Ben Gillbanks and Mark Maunder
* Based on work done by Tim McDaniels and Darren Hoyt
* http://code.google.com/p/timthumb/
*
* GNU General Public License, version 2
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* Examples and documentation available on the project homepage