woogists
3/9/2018 - 2:52 PM

[PayPal Express Checkout] Remove the “Proceed to Checkout” link on the cart page

[PayPal Express Checkout] Remove the “Proceed to Checkout” link on the cart page

/*
 * Snippet to remove the 'Proceed to Checkout' link on the cart page.
 * Code goes in the functions.php file in your theme.
 */

remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 );