File: bp-settings/classes/class-bp-rest-account-settings-options-endpoint.php |
Description |
---|---|
BP_REST_Account_Settings_Options_Endpoint::get_general_fields() |
Get Fields for the General “Login Information”. |
bp_rest_account_settings_options_get_item |
Fires after account setting options are fetched via the REST API. |
BP_REST_Account_Settings_Options_Endpoint::get_notifications_fields() |
Get Fields for the Notifications “Email Preferences”. |
BP_REST_Account_Settings_Options_Endpoint::get_item_permissions_check() |
Check if a given request has access to account settings options. |
BP_REST_Account_Settings_Options_Endpoint::get_profile_fields() |
Get Fields for the Profile “Privacy”. |
bp_rest_account_settings_options_get_item_permissions_check |
Filter the account settings options `get_item` permissions check. |
BP_REST_Account_Settings_Options_Endpoint::get_invites_fields() |
Get Fields for the Invites “Group Invites”. |
BP_REST_Account_Settings_Options_Endpoint::update_item() |
Update Account Settings options. |
BP_REST_Account_Settings_Options_Endpoint::get_export_fields() |
Get Fields for the Export “Export Data”. |
bp_rest_account_settings_options_update_item |
Fires after account setting options are updated via the REST API. |