How to remove Exclusive Products from ShopIsle

You can add the following code to your functions.php file of your child theme to remove Exclusive product section from the Product page:

add_action( 'wp_loaded', function() {
	remove_action( 'woocommerce_after_single_product', 'shop_isle_products_slider_on_single_page', 10 );
} );
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us