Issues with custom redirect after registration
-
Hi,
We have a custom filter that will redirect users that register to a custom page, but the filter does not work when Your plugin is activated.
Here the filter:
add_filter( 'registration_redirect', 'custom_registration_redirect', 10, 3 ); function custom_registration_redirect(){ return home_url(); }
Here the HTML after the registration submission
<div class="agr-recaptcha-wrapper"></div>
Could You please look into this and update your plugin. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.