Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wp-signup /register


Brajesh Singh
Participant

@sbrajesh

Put this in your functions.php

`
if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
`
That should do it.

Skip to toolbar