Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/b2f6972dcb26388e3624a4590c0e3fef to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/b2f6972dcb26388e3624a4590c0e3fef to your computer and use it in GitHub Desktop.
CUW: Coupon base URL
add_filter('cuw_coupon_base_url', function($url) {
$url = 'https://www.example.com'; // here you can change your own url here
return $url;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment