Electro - Remove Product Gallery Zoom support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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