File: bp-members/classes/class-bp-signup.php |
Description |
---|---|
BP_Signup::add() |
Add a signup. |
bp_core_signups_add |
Filters the result of a signup addition. |
BP_Signup::add_backcompat() |
Create a WP user at signup. |
bp_core_signups_add_backcompat |
Filters the user ID for the backcompat functionality. |
BP_Signup::check_user_status() |
Check a user status (from wp_users) on a non-multisite config. |
bp_core_signups_check_user_status |
Filters the user status of a provided user ID. |
BP_Signup::validate() |
Activate a signup. |
bp_core_signups_validate |
Filters the status of the activated user. |
BP_Signup::count_signups() |
How many inactive signups do we have? |
BP_Signup |
Class used to handle Signups. |