0

add_action( 'after_setup_theme', 'c2_remove_zoom_lightbox_theme_support', 9999 );
function c2_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' );
}

Jagdish Sarma Asked question 7 days ago
Add a Comment