“WooCommerce Product Image Zoom on Hover Wyłącz” Kod odpowiedzi

WooCommerce Product Image Zoom on Hover Wyłącz

/* Disable zoom on Woocommerce Product Images */

// Append to your child theme's functions.php
function remove_image_zoom_support() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'wp', 'remove_image_zoom_support', 100 );
Intra

WooCommerce wyłącz Zoom na obrazie produktu

add_filter( 'woocommerce_single_product_zoom_enabled', '__return_false' );
Old-fashioned Osprey

Odpowiedzi podobne do “WooCommerce Product Image Zoom on Hover Wyłącz”

Pytania podobne do “WooCommerce Product Image Zoom on Hover Wyłącz”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu