No redirect on functions.php
-
Hi,
I wrote this function in my functions.php.function wpcf7_redirect_on_submit($contact_form) { $id_contact_form = $contact_form->id; if($id_contact_form == 828) { update_user_meta( $user->ID, '_user_accept_privacy', '0' ); wp_redirect( home_url() , 302 ); exit; } } add_action('wpcf7_mail_sent', 'wpcf7_redirect_on_submit');
It works fine, but the browser not execute the redirect.
Why?
What is it wrong?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No redirect on functions.php’ is closed to new replies.