woocommerce_photoswipe()
Get the shop sidebar template.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_photoswipe();
woocommerce_photoswipe() woocommerce photoswipe code WC 10.6.2
function woocommerce_photoswipe() {
if ( current_theme_supports( 'wc-product-gallery-lightbox' ) ) {
wc_get_template( 'single-product/photoswipe.php' );
}
}