Forum Replies Created

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

    (@kdsn)

    for others with same problem here is my solution:
    ad this to the function file:
    function redirect_page() {
    $link = ($_GET[“ewd_upwm_link_url”]? $_GET[“ewd_upwm_link_url”] : false);
    if ($link) {
    header(“Location: $link”);
    }
    }
    add_action( ‘template_redirect’, ‘redirect_page’ );

Viewing 1 replies (of 1 total)