Skip to content

Instantly share code, notes, and snippets.

View nosilver4u's full-sized avatar

Shane Bishop nosilver4u

View GitHub Profile
@nosilver4u
nosilver4u / disable-woo-thumbs.php
Last active February 28, 2025 17:56
Disable Woo thumbs and auto re-generation
<?php
/*
Plugin Name: Disable Woo Thumbs
Description: Disables all thumbs from WooCommerce and prevents them being regenerated.
Version: 1.0.0
*/
add_action( 'init', 'disable_woo_thumbs_on_init' );
function disable_woo_thumbs_on_init() {
remove_image_size( 'uncode_woocommerce_nav_thumbnail_regular' );