File: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php |
Description |
---|---|
BP_REST_XProfile_Data_Endpoint::update_item_permissions_check() |
Check if a given request has access to save XProfile field data. |
bp_rest_xprofile_data_update_item_permissions_check |
Filter the XProfile data `update_item` permissions check. |
BP_REST_XProfile_Data_Endpoint::delete_item() |
Delete user’s xProfile data. |
bp_rest_xprofile_data_delete_item |
Fires after a XProfile data is deleted via the REST API. |
BP_REST_XProfile_Data_Endpoint::delete_item_permissions_check() |
Check if a given request has access to delete users’s data. |
bp_rest_xprofile_data_delete_item_permissions_check |
Filter the XProfile data `delete_item` permissions check. |
BP_REST_XProfile_Data_Endpoint |
XProfile Data endpoints. |
BP_REST_XProfile_Data_Endpoint::prepare_item_for_response() |
Prepares XProfile data to return as an object. |
BP_REST_XProfile_Data_Endpoint::__construct() |
Constructor. |
bp_rest_xprofile_data_prepare_value |
Filter the XProfile data response returned from the API. |