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

Filters Heartbeat Ajax response when no data is passed.


Parameters

$response

(array|object) The Heartbeat response object or array.

$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.