Hi,
I installed your code for redirection, in my BuddyBoss Theme and Platform Pro;add_action( ‘bp_complete_signup’, ‘buddydev_redirect_after_signup’ );
function buddydev_redirect_after_signup() {
$page = ‘welcome’;//your page slug
bp_core_redirect( site_url( $page ) );
}The code is from your page
https://buddydev.com/redirect-users-to-welcome-page-after-successful-registration-on-your-buddypress-based-social-network/So far it is working fine, however I would like to ask you this;
Do I need to make any other changes to the code, in order to not have conflicts and to be fully compatible with BuddyBoss ?Thank you
CristiHi Cristi,
I don’t see problem or conflict with it. You don’t need to make any changes.Regards
BrajeshHi,
Thank you so much for your confirmation.
Regards
Cristi
You must be logged in to reply to this topic.