Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Using the WordPress Login and Register pages instead of BuddyPress

If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:

`remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`

Skip to toolbar