Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 9, 2017
1 parent 72b4bb1 commit 160ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirect-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function activate_autoupdate() {
add_filter( 'wpcf7_load_js', '__return_false' );

/**
* Redirect to the specific URL after mail sent.
* Redirect to the specific URL after CF7 sent message.
*/
add_action( 'wpcf7_mail_sent', function() {
if ( ! empty( $_POST['__goto'] ) ) {
Expand Down

0 comments on commit 160ede4

Please sign in to comment.