Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Matt Miller

    (@millermedianow)

    A hacky fix for now is line 560 of plugin.php:

    wp_redirect( str_replace( ‘& #038;’, ‘&’, esc_url( $redirect ) ) );

    Again, ignore the space between & and #, had to do that for this editor. Basically replacing those values after it’s escaped. It’s not correct considering the ampersand could be in the value of one of the parameters but it’s on the right track, just don’t have time to do it correctly right now.

    Plugin Author Kaspars

    (@kasparsd)

    Thank you! I’ve added this to the list of known issues: https://github.com/kasparsd/contact-form-7-extras/issues/8

    The fix is to use esc_url_raw() instead of esc_url(). I’ll fix this in the next release.

    Plugin Author Kaspars

    (@kasparsd)

    This should be fixed in version 0.3.4.

    Thread Starter Matt Miller

    (@millermedianow)

    Ok great, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Redirect Not Working with GET parameters’ is closed to new replies.