Redirect user after review
-
Hi,
the plugin is really useful and it’s exactly what I’m looking for!
But I’m not able to redirect user after they insert a reviews…
I inserted this code on functions.php of my theme:add_action( 'site-reviews/local/review/create', function( $post_data, $meta ) { header('Location: http://www.example.com/');}, 10, 2 );What’s wrong?
Thanks indvanced
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Redirect user after review’ is closed to new replies.