remove_theme_support no longer works for WC blocks?
-
Hi,
This no longer work for block themes + WC blocks (Product Image Gallery block in this case):
function remove_zoom_lightbox_slider() { remove_theme_support( 'wc-product-gallery-zoom' ); remove_theme_support( 'wc-product-gallery-lightbox' ); remove_theme_support( 'wc-product-gallery-slider' ); } add_action( 'after_setup_theme', 'remove_zoom_lightbox_slider', 99 );My test site has no plugin other than WC.
Is there up-to-date documentation I can refer to for other image-related functions for WC blocks? I’d like to turn on/off native functionalities, NOT to develop new ones.
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘remove_theme_support no longer works for WC blocks?’ is closed to new replies.