Remove Zoom product thumbnail

PHOTO EMBED

Sat Aug 16 2025 02:18:00 GMT+0000 (Coordinated Universal Time)

Saved by @vanthien

add_action( 'wp', 'bbloomer_remove_zoom_lightbox_theme_support', 99 );
  
function bbloomer_remove_zoom_lightbox_theme_support() { 
    remove_theme_support( 'wc-product-gallery-zoom' );
    remove_theme_support( 'wc-product-gallery-lightbox' );
    remove_theme_support( 'wc-product-gallery-slider' );
}
content_copyCOPY