File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_get_member_type_post_type |
Filters the name of the profile type post type. |
bp_get_member_type |
Filters a user’s profile type(s). |
bp_has_member_type() |
Check whether the given user has a certain profile type. |
bp_remove_member_type_on_user_delete() |
Delete a user’s profile type when the user when the user is deleted. |
bp_get_current_member_type() |
Get the “current” profile type, if one is provided, in member directories. |
bp_get_current_member_type |
Filters the “current” profile type, if one is provided, in member directories. |
bp_get_member_type_object() |
Retrieve a profile type object by name. |
bp_get_member_types() |
Get a list of all registered profile type objects. |
bp_get_member_types |
Filters the array of profile type objects. |
bp_set_member_type() |
Set type for a member. |