好的,我找到了解决方案,在函数中使用了此代码。php:
add_action( \'after_setup_theme\', \'remove_hemen_theme_support\', 100 );
function remove_hemen_theme_support() {
remove_theme_support( \'wc-product-gallery-zoom\' );
remove_theme_support( \'wc-product-gallery-lightbox\' );
remove_theme_support( \'wc-product-gallery-slider\' );
}
生产线
remove_theme_support( \'wc-product-gallery-slider\' );
停用滑块。