@since: BuddyPress 2.0.0 |
Description |
---|---|
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. |
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. |