Open matheuswd opened 4 years ago
The following snippet was implemented in a local and production environment and it looks like it always returns the home URL.
https://github.com/impress-org/givewp-snippet-library/blob/master/gateway-customizations/paypal/paypal-standard-custom-cancel-redirect.php
It was tested using var_dump(give_get_current_page_url()) and it always return home.
var_dump(give_get_current_page_url())
The following snippet was implemented in a local and production environment and it looks like it always returns the home URL.
https://github.com/impress-org/givewp-snippet-library/blob/master/gateway-customizations/paypal/paypal-standard-custom-cancel-redirect.php
It was tested using
var_dump(give_get_current_page_url())
and it always return home.