Created
January 8, 2024 10:15
-
-
Save AnanthFlycart/b2f6972dcb26388e3624a4590c0e3fef to your computer and use it in GitHub Desktop.
CUW: Coupon base URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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