xprofile.php
Table of Contents
Functions
- buddyc_all_xprofile() : mixed
- Retrieves all xprofile fields.
- buddyc_update_filter_field() : mixed
- Initializes FilterField class on post updates.
- buddyc_roles_field_id() : mixed
- Retrieves Roles field ID.
- buddyc_roles_options() : mixed
- Builds array of options for roles xprofile field.
- buddyc_xprofile_manager() : mixed
- Initializes XprofileManager.
- buddyc_show_role_xprofile() : mixed
- Allows team to self-select roles.
- buddyc_no_roles_updates() : mixed
- Disallows manual updates to the roles field.
Functions
buddyc_all_xprofile()
Retrieves all xprofile fields.
buddyc_all_xprofile() : mixed
Tags
buddyc_update_filter_field()
Initializes FilterField class on post updates.
buddyc_update_filter_field(int $post_id) : mixed
Parameters
- $post_id : int
-
The ID of the post being saved.
Tags
buddyc_roles_field_id()
Retrieves Roles field ID.
buddyc_roles_field_id() : mixed
Creates or updates roles field if necessary.
Tags
buddyc_roles_options()
Builds array of options for roles xprofile field.
buddyc_roles_options(mixed $post_type) : mixed
Parameters
- $post_type : mixed
Tags
buddyc_xprofile_manager()
Initializes XprofileManager.
buddyc_xprofile_manager() : mixed
Tags
buddyc_show_role_xprofile()
Allows team to self-select roles.
buddyc_show_role_xprofile() : mixed
Hides or shows edit option based on setting.
Tags
buddyc_no_roles_updates()
Disallows manual updates to the roles field.
buddyc_no_roles_updates() : mixed