• Hi, we have a redirect setup to a custom path as it needs to contain URL variables.

    When we add “?utm_source=test&utm_medium=affiliate” to the custom path, the redirection url becomes “?utm_source=elamsterdamer#038;utm_medium=affiliate”

    So the & gets replaced with #038;
    can you help us out with that?

Viewing 1 replies (of 1 total)
  • Thread Starter bartjan93

    (@bartjan93)

    Can you make the following change for future updates?

    In coupon-urls-for-woocommerce/app/domain/redirections/wordpressurlredirector.php
    Change line 42 to:
    wp_redirect($this->url->get()) && $this->exiter->exit();

    So remove the esc_url. I have changed it on our website, but don’t want it to get overwritten by updates.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.