apply_filters( 'heartbeat_nopriv_received', array|object $response, array $data, string $screen_id )

Filters Heartbeat Ajax response in no-privilege environments.


Parameters

$response

(array|object) The no-priv Heartbeat response object or array.

$data

(array) An array of data passed via $_POST.

$screen_id

(string) The screen id.


Source

File: wp-admin/includes/ajax-actions.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.6.0 Introduced.