<?php// Redirect the Continue Shopping button to a custom landing pagefunctioncustom_woocommerce_continue_shopping_redirect(){returnhome_url().'/shop/landing-page/';}add_filter('woocommerce_continue_shopping_redirect','custom_woocommerce_continue_shopping_redirect');?>
Comments (0)
HTTPSSSH
You can clone a snippet to your computer for local editing.
Learn more.