diff --git a/redirect-for-contact-form-7.php b/redirect-for-contact-form-7.php index 8e7e890..af0c6ea 100644 --- a/redirect-for-contact-form-7.php +++ b/redirect-for-contact-form-7.php @@ -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'] ) ) {