Skip to:
Content
Pages
Categories
Search
Top
Bottom

There’s No “signup” object for $bp global variable…

  • I don’t see it in the object makeup..

    I’m creating a standalone registration page (regardless of the login status it appears). Apparently the code functions according to the status of `bp_get_current_signup_step()`, which relies on the global object $bp. So I want to tweak the code to do what I want it to do, but `$bp->signup->step` doesn’t exist…apparently..

    I checked the $bp global variable makeup and I don’t see it….do I need to create this?

Viewing 1 replies (of 1 total)

  • Boris
    Participant

    @travel-junkie

    Have a look at function bp_core_screen_signup() in bp-core/bp-core-signup.php. That’s where `$bp->signup->step` gets created.

Viewing 1 replies (of 1 total)
  • The topic ‘There’s No “signup” object for $bp global variable…’ is closed to new replies.
Skip to toolbar