Here’s a quick tip on hiding gallery images on WooCommerce singe product pages:
// Remove WooCommerce Product Gallery | |
remove_action( 'woocommerce_product_thumbnails', 'woocommerce_show_product_thumbnails', 20 ); |
Why would you want to do this? Who knows, but we do! Check out our sign up page. No gallery no gallery!
1 Comment
at