WP : 5.0.2
bbPress : 2.5.14
Theme : Custom (built with _S)
Hi everyone,
Im having some issues in my custom theme.
I have a custom register page where I put this code :
<?php echo do_shortcode( ‘[bbp-register]‘ ); ?>
The thing is, I don’t want the user to be redirected to my wp-login page after registration, for obvious security reasons.
I had a look to some codes but non of them fit to my issue.
Do someone have any idea ?
Cheers,
Chaaampy.