bp_rest_sitewide_notices_get_item, $notice, $response, $request
bp_rest_sitewide_notices_get_item, $notice, $response, $request
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_rest_sitewide_notices_get_item, $notice, $response, $request') is found 1 times:
- /bp-messages/classes/class-bp-rest-sitewide-notices-endpoint.php line 238
* @param BP_Messages_Notice $notice Notice object. * @param WP_REST_Response $retval The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'bp_rest_sitewide_notices_get_item', $notice, $response, $request ); return $response; } /** * Check if a given request is allowed to get a sitewide notice.