File: bp-core/classes/class-bp-rest-components-endpoint.php |
Description |
---|---|
BP_REST_Components_Endpoint::update_item() |
Activate/Deactivate a component. |
bp_rest_components_update_item |
Fires after a component is updated via the REST API. |
BP_REST_Components_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a component. |
bp_rest_components_update_item_permissions_check |
Filter the components `update_item` permissions check. |
BP_REST_Components_Endpoint::prepare_item_for_response() |
Prepares component data for return as an object. |
bp_rest_components_prepare_value |
Filter a component value returned from the API. |
BP_REST_Components_Endpoint::verify_component_status() |
Verify Component Status. |
BP_REST_Components_Endpoint::deactivate_helper() |
Deactivate component helper. |
BP_REST_Components_Endpoint |
Components endpoints. |
BP_REST_Components_Endpoint::activate_helper() |
Activate component helper. |