Hooks |
Description |
---|---|
bp_rest_xprofile_data_update_item_permissions_check |
Filter the XProfile data `update_item` permissions check. |
bp_rest_xprofile_field_group_schema |
Filters the xprofile field group schema. |
bp_rest_xprofile_field_groups_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_xprofile_field_groups_collection_params |
Filters the collection query params. |
bp_rest_xprofile_field_groups_create_item |
Fires after a XProfile field group is created via the REST API. |
bp_rest_xprofile_field_groups_create_item_permissions_check |
Filter the XProfile fields groups `create_item` permissions check. |
bp_rest_xprofile_field_groups_create_item_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_field_groups_delete_item |
Fires after a field group is deleted via the REST API. |
bp_rest_xprofile_field_groups_delete_item_permissions_check |
Filter the XProfile fields groups `delete_item` permissions check. |
bp_rest_xprofile_field_groups_get_item |
Fires after a field group is fetched via the REST API. |
bp_rest_xprofile_field_groups_get_item_permissions_check |
Filter the XProfile fields groups `get_item` permissions check. |
bp_rest_xprofile_field_groups_get_items |
Fires after a list of field groups are fetched via the REST API. |
bp_rest_xprofile_field_groups_get_items_permissions_check |
Filter the XProfile fields groups `get_items` permissions check. |
bp_rest_xprofile_field_groups_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_field_groups_prepare_links |
Filter links prepared for the REST response. |
bp_rest_xprofile_field_groups_prepare_value |
Filter the XProfile field group returned from the API. |
bp_rest_xprofile_field_groups_update_item |
Fires after a XProfile field group is updated via the REST API. |
bp_rest_xprofile_field_groups_update_item_permissions_check |
Filter the XProfile fields groups `create_item` permissions check. |
bp_rest_xprofile_field_schema |
Filters the xprofile field schema. |
bp_rest_xprofile_fields_{$key}_query_arguments |
Filters the method query arguments. |
bp_rest_xprofile_fields_collection_params |
Filters the collection query params. |
bp_rest_xprofile_fields_create_item |
Fires after a XProfile field is created via the REST API. |
bp_rest_xprofile_fields_create_item_permissions_check |
Filter the XProfile fields `create_item` permissions check. |
bp_rest_xprofile_fields_create_item_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_fields_delete_item |
Fires after a XProfile field is deleted via the REST API. |
bp_rest_xprofile_fields_delete_item_permissions_check |
Filter the XProfile fields `delete_item` permissions check. |
bp_rest_xprofile_fields_get_item |
Fires after XProfile field is fetched via the REST API. |
bp_rest_xprofile_fields_get_item_permissions_check |
Filter the XProfile fields `get_item` permissions check. |
bp_rest_xprofile_fields_get_items |
Fires after a list of field are fetched via the REST API. |
bp_rest_xprofile_fields_get_items_permissions_check |
Filter the XProfile fields `get_items` permissions check. |
bp_rest_xprofile_fields_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_fields_prepare_links |
Filter links prepared for the REST response. |
bp_rest_xprofile_fields_prepare_value |
Filter the XProfile field returned from the API. |
bp_rest_xprofile_fields_update_item |
Fires after a XProfile field is updated via the REST API. |
bp_rest_xprofile_fields_update_item_permissions_check |
Filter the XProfile fields `update_item` permissions check. |
bp_rest_xprofile_fields_update_item_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_mutiple |
For field types not supporting multiple values, join values in case the submitted value was not an array. |
bp_rest_xprofile_repeater_field_delete_query_arguments |
Filters the method query arguments. |
bp_rest_xprofile_repeater_fields_collection_params |
Filters the collection query params. |
bp_rest_xprofile_repeater_fields_create_item |
Fires after a XProfile repeater fields created via the REST API. |
bp_rest_xprofile_repeater_fields_delete_item |
Fires after a XProfile repeater field is deleted via the REST API. |
bp_rest_xprofile_repeater_fields_delete_item_permissions_check |
Filter the XProfile fields `delete_item` permissions check. |
bp_rest_xprofile_repeater_fields_items_permissions_check |
Filter the XProfile repeater fields `create_item` permissions check. |
bp_rest_xprofile_repeater_fields_schema |
Filters the xprofile field group schema. |
bp_rest_xprofile_repeater_fields_update_item_permissions_check |
Filter the XProfile repeater fields `update_item` permissions check. |
bp_rest_xprofile_search_form_field_schema |
Filters the xprofile search form field schema. |
bp_rest_xprofile_search_form_fields_collection_params |
Filters the collection query params. |
bp_rest_xprofile_search_form_fields_get_items |
Fires after a list of field are fetched via the REST API. |
bp_rest_xprofile_search_form_fields_get_items_query_args |
Filter the query arguments for the request. |
bp_rest_xprofile_types_collection_params |
Filters the collection query params. |