File: bp-settings/classes/class-bp-rest-account-settings-endpoint.php |
Description |
---|---|
BP_REST_Account_Settings_Endpoint::bp_rest_is_current_component() |
Unset group component while using this. |
BP_REST_Account_Settings_Endpoint::get_item_schema() |
Get the Account Settings schema, conforming to JSON Schema. |
bp_rest_account_settings_schema |
Filters the Account Settings schema. |
BP_REST_Account_Settings_Endpoint::get_collection_params() |
Get the query params for the Account Settings collections. |
bp_rest_account_settings_collection_params |
Filters the collection query params. |
BP_REST_Account_Settings_Endpoint::bp_rest_get_displayed_user() |
Set current and display user with current user. |
bp_rest_account_settings_get_items |
Fires after account settings are fetched via the REST API. |
BP_REST_Account_Settings_Endpoint::get_items_permissions_check() |
Check if a given request has access to account settings. |
bp_rest_account_settings_get_items_permissions_check |
Filter the account settings `get_items` permissions check. |
BP_REST_Account_Settings_Endpoint::prepare_item_for_response() |
Prepares account settings data for return as an object. |