├── LICENSE ├── README.md ├── i18n └── support-webp.pot ├── index.php ├── plugin.php ├── readme.txt └── support-webp.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayedulsayem/support-webp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayedulsayem/support-webp/HEAD/README.md -------------------------------------------------------------------------------- /i18n/support-webp.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sayedulsayem/support-webp/HEAD/i18n/support-webp.pot -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 |