Disable the BP registration
-
I use a wordpress theme called Premiumpress which has its own built in registration. When BP is active it bypasses the premiumpress registration and sits at http://www.mysite.com/register (this is a blank page)
I need it to direct to wp-login.php?action=register
I have added this code to my themes functions.php:
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );And this has bypassed the BP registration although it has now disabled the BP members and profile section.
I would be eternally grateful if anyone has any suggestion how I can keep BP enabled yet bypass the registration.
Kind Regards
Mark
- The topic ‘Disable the BP registration’ is closed to new replies.