Created
July 3, 2015 09:32
-
-
Save hchouhan/61d8e18d4d6bf2a99682 to your computer and use it in GitHub Desktop.
MC4WP Redirect Immediately
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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