Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Spam, Spam and more spam


peterverkooijen
Participant

@peterverkooijen

After changing the register slug, what can you use to get the right redirect?

Tried this:

bp_core_redirect( bp_signup_page() );

But it just prints the URL on a blank page.

This works of course:

bp_core_redirect( $bp->root_domain.'/mycustomslug' );

But I shouldn’t hardcode. Already got email complaints caused by links I’d missed… :-(

Skip to toolbar