Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created April 19, 2017 12:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndawood/bcbb2295ee827b8a467ab08abd64dfa7 to your computer and use it in GitHub Desktop.
Save ibndawood/bcbb2295ee827b8a467ab08abd64dfa7 to your computer and use it in GitHub Desktop.
Electro - Remove Product Gallery Zoom support
add_action( 'after_setup_theme', 'ec_child_remove_product_gallery_zoom_support', 20 );
function ec_child_remove_product_gallery_zoom_support() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment