Namespaces: global |
Description |
|---|---|
| bp_register_member_type_section() |
Enable/disable profile type functionality. |
| bp_member_type_post_type() |
Output the name of the profile type post type. |
| bp_get_member_type_post_type() |
Returns the name of the profile type post type. |
| 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_set_member_type() |
Set type for a member. |
| bp_remove_member_type() |
Remove type for a member. |
| bp_get_member_type() |
Get type for a member. |
| 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. |