woocommerce_single_product_photoswipe_enabled

woocommerce_single_product_photoswipe_enabled

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_single_product_photoswipe_enabled') is found 1 times:

  • /includes/class-wc-frontend-scripts.php line 529
    						)
    					),
    					'zoom_enabled'                      => apply_filters( 'woocommerce_single_product_zoom_enabled', get_theme_support( 'wc-product-gallery-zoom' ) ),
    					'zoom_options'                      => apply_filters( 'woocommerce_single_product_zoom_options', array() ),
    					'photoswipe_enabled'                => apply_filters( 'woocommerce_single_product_photoswipe_enabled', get_theme_support( 'wc-product-gallery-lightbox' ) ),
    					'photoswipe_options'                => apply_filters(
    						'woocommerce_single_product_photoswipe_options',
    						array(
    							'shareEl'               => false,
    							'closeOnScroll'         => false,
    							'history'               => false,