File: bp-core/classes/class-bp-rest-settings-endpoint.php |
Description |
|---|---|
| BP_REST_Settings_Endpoint::get_buddypress_settings() |
Get BuddyPress settings. |
| BP_REST_Settings_Endpoint::get_bbpress_settings() |
Get bbPress settings. |
| bp_rest_settings_get_items_query_args |
Filter the query arguments for the request. |
| bp_rest_settings_get_items |
Fires after a list of settings is fetched via the REST API. |
| BP_REST_Settings_Endpoint::get_items_permissions_check() |
Check if a given request has access to list settings. |
| bp_rest_settings_get_items_permissions_check |
Filter the settings `get_items` permissions check. |
| BP_REST_Settings_Endpoint::get_item_schema() |
Get the settings schema, conforming to JSON Schema. |
| bp_rest_settings_schema |
Filters the settings schema. |
| BP_REST_Settings_Endpoint::get_collection_params() |
Get the query params for collections. |
| bp_rest_settings_collection_params |
Filters the collection query params. |