BP_Signup::__construct( integer $signup_id )
Class constructor.
Description
Parameters
- $signup_id
-
(Required) The ID for the signup being queried.
Source
File: bp-members/classes/class-bp-signup.php
public function __construct( $signup_id = 0 ) { if ( !empty( $signup_id ) ) { $this->id = $signup_id; $this->populate(); } }
Changelog
Version | Description |
---|---|
BuddyPress 2.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.