[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 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.