Skip to content

Instantly share code, notes, and snippets.

@hchouhan
Created July 3, 2015 09:32
Show Gist options
  • Save hchouhan/61d8e18d4d6bf2a99682 to your computer and use it in GitHub Desktop.
Save hchouhan/61d8e18d4d6bf2a99682 to your computer and use it in GitHub Desktop.
MC4WP Redirect Immediately
// set redirect delay to 0
add_filter( 'mc4wp_form_redirect_delay', '__return_zero' );
// done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment