@since: BuddyPress 1.2.0 |
Description |
---|---|
bp_core_map_user_registration() |
Map a user’s WP display name to the XProfile fullname field, if necessary. |
bp_core_signup_user() |
Process data submitted at user registration and convert to a signup object. |
bp_core_get_total_member_count |
Filters the total number of members for the installation. |
bp_core_get_userlink |
Filters the link text for the passed in user. |
bp_core_get_total_member_count() |
Return the total number of members for the installation. |
bp_core_get_core_userdata() |
Fetch everything in the wp_users table for a user, without any usermeta. |
bp_core_get_core_userdata |
Filters the userdata for a passed user. |
bp_core_get_users() |
Fetch an array of users based on the parameters passed. |
bp_core_get_users |
Filters the results of the user query. |
BP_Core_Members_Template::members() |
Whether there are members left in the loop to iterate over. |