Skip to content

Instantly share code, notes, and snippets.

View zebooka's full-sized avatar

Anton Bondar zebooka

View GitHub Profile
@zebooka
zebooka / gist:ad1d2d149e522487e3447d1dff2761e9
Created February 3, 2021 02:41 — forked from JeroenBoersma/gist:60a4acb8e56498bce41c
Magento cleanup unused product images
<?php
/**
* Cleanup images from Magento
*/
require 'app/Mage.php';
if (!Mage::isInstalled()) {
echo "Application is not installed yet, please complete install wizard first.";
exit;