Skip to content

Instantly share code, notes, and snippets.

@Abd-Ur-Rehman
Created May 9, 2017 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abd-Ur-Rehman/ff6ab233a18cf55da1f08e4c6a76eade to your computer and use it in GitHub Desktop.
Save Abd-Ur-Rehman/ff6ab233a18cf55da1f08e4c6a76eade to your computer and use it in GitHub Desktop.
remove-zoom-woocommerce-3.php
<?php
function abdurrehman_rm_z_woo() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'after_setup_theme', 'abdurrehman_rm_z_woo', 11 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment