File: bp-members/classes/class-bp-signup.php |
Description |
|---|---|
| BP_Signup::__construct() |
Class constructor. |
| BP_Signup::populate() |
Populate the instantiated class with data based on the signup_id provided. |
| BP_Signup::get() |
Fetch signups based on parameters. |
| bp_members_signups_paged_query |
Filters the Signups paged query. |
| bp_members_signups_count_query |
Filters the Signups count query. |
| 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. |