woocommerce_photoswipe()WC 1.0

Get the shop sidebar template.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_photoswipe();

woocommerce_photoswipe() code WC 8.7.0

function woocommerce_photoswipe() {
	if ( current_theme_supports( 'wc-product-gallery-lightbox' ) ) {
		wc_get_template( 'single-product/photoswipe.php' );
	}
}