File: bp-xprofile/classes/class-bp-rest-xprofile-fields-endpoint.php |
Description |
|---|---|
| BP_REST_XProfile_Fields_Endpoint::get_profile_field_unserialized_value() |
Retrieve the unserialized value of a profile field. |
| bp_rest_xprofile_fields_update_item_query_args |
Filter the query arguments for the request. |
| BP_REST_XProfile_Fields_Endpoint::get_endpoint_args_for_item_schema() |
Edit some properties for the CREATABLE & EDITABLE methods. |
| BP_REST_XProfile_Fields_Endpoint::get_items() |
Retrieve XProfile fields. |
| bp_rest_xprofile_fields_get_items |
Fires after a list of field are fetched via the REST API. |
| BP_REST_XProfile_Fields_Endpoint::get_items_permissions_check() |
Check if a given request has access to XProfile fields. |
| bp_rest_xprofile_fields_get_items_permissions_check |
Filter the XProfile fields `get_items` permissions check. |
| BP_REST_XProfile_Fields_Endpoint::get_item() |
Retrieve single XProfile field. |
| bp_rest_xprofile_fields_get_item |
Fires after XProfile field is fetched via the REST API. |
| BP_REST_XProfile_Fields_Endpoint::get_item_permissions_check() |
Check if a given request has access to get information about a specific XProfile field. |