woocommerce_photoswipe()
Get the shop sidebar template.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
woocommerce_photoswipe();
Код woocommerce_photoswipe() woocommerce photoswipe WC 10.9.4
function woocommerce_photoswipe() {
if ( current_theme_supports( 'wc-product-gallery-lightbox' ) ) {
wc_get_template( 'single-product/photoswipe.php' );
}
}