Remove the WooCommerce Continue Shopping Button

                        
1// Remove "Product added to cart" message
2add_filter( 'wc_add_to_cart_message_html', '__return_null' );
3 
4// Remove "Continue Shopping" button
5remove_action( 'woocommerce_cart_actions', 'woocommerce_button_continue_shopping', 10 );

2

Snippet Description:

Use this to remove the Continue to Shopping Bar and Button if you don't want to show it.

Instructions:

There aren't any instructions for this snippet.

Type:

PHP

Status:

PRO VERIFIED

Snippet Details:

Created by:
WebSquadron
Category:
WooCommerce
Rating:
Voted: 2 by 2 users
Wordpress Compatibility:
6.1
More Information:

Not specified

Author Website:

Not specified

Credits:

Not specified

Last Updated:
7 months ago