File: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php
Description
bp_rest_xprofile_data_get_item_permissions_check

Filter the XProfile data `get_item` permissions check.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:209

BP_REST_XProfile_Data_Endpoint::can_see()

Can this user see the XProfile data?

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:593

BP_REST_XProfile_Data_Endpoint::update_item()

Save XProfile data.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:230

BP_REST_XProfile_Data_Endpoint::get_item_schema()

Get the XProfile data schema, conforming to JSON Schema.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:603

bp_rest_xprofile_mutiple

For field types not supporting multiple values, join values in case the submitted value was not an array.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:256

bp_rest_xprofile_data_schema

Filters the xprofile data schema.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:672

bp_rest_xprofile_data_save_item

Fires after a XProfile data is saved via the REST API.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:313

BP_REST_XProfile_Data_Endpoint::update_item_permissions_check()

Check if a given request has access to save XProfile field data.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:326

bp_rest_xprofile_data_update_item_permissions_check

Filter the XProfile data `update_item` permissions check.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:384

BP_REST_XProfile_Data_Endpoint::delete_item()

Delete user’s xProfile data.

Source: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:404