woocommerce_single_product_zoom_options

woocommerce_single_product_zoom_options

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_single_product_zoom_options') is found 1 times:

  • /includes/class-wc-frontend-scripts.php line 537
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
            'allowOneSlide'  => false,
        )
    ),
    '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,