[Resolved] Disabling BP Registration
-
Hi folks,
I need to revert back the registration from BP to the WP original one.
I tried what I saw in some old posts, adding in the bp-custom.php the following:`remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’);`
But it has no effect.
I see in the file bp-members/bp-members-functions.php that the hook is registered with:`add_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`
So I don’t understand why the remove_action is not working.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Resolved] Disabling BP Registration’ is closed to new replies.