File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php
Description
BP_REST_Notifications_Endpoint::prepare_item_for_database()

Prepare a notification for create or update.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:692

bp_rest_notifications_pre_insert_value

Filters a notification before it is inserted or updated via the REST API.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:753

BP_REST_Notifications_Endpoint::prepare_links()

Prepare links for the request.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:764

bp_rest_notifications_prepare_links

Filter links prepared for the REST response.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:789

BP_REST_Notifications_Endpoint::create_item_permissions_check()

Checks if a given request has access to create a notification.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:370

bp_rest_notifications_create_item_permissions_check

Filter the notifications `create_item` permissions check.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:381

BP_REST_Notifications_Endpoint

Notifications endpoints.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:16

BP_REST_Notifications_Endpoint::update_item()

Update a notification.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:401

BP_REST_Notifications_Endpoint::__construct()

Constructor.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:23

bp_rest_notifications_update_item

Fires after a notification is updated via the REST API.

Source: bp-notifications/classes/class-bp-rest-notifications-endpoint.php:457