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