diff --git a/PHP/Remove return to shop button b/PHP/Remove return to shop button new file mode 100644 index 0000000..c29b03a --- /dev/null +++ b/PHP/Remove return to shop button @@ -0,0 +1,4 @@ +function remove_return_to_shop_button() { + remove_action('woocommerce_cart_collaterals', 'woocommerce_cross_sell_display'); +} +add_action('init', 'remove_return_to_shop_button');