[Resolved] Disabling register redirect
-
I really love my s2member setup and really don’t want to use BP registration. I’ve got things set up pretty well, however I’d rather disable the redirect from the standard WP registration url than hack it everywhere it appears. I’ve tried:
`if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
`
and
`
remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );
`
with no luck.Any ideas?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Resolved] Disabling register redirect’ is closed to new replies.