Filter hook 'heartbeat_received'

in WP Core File wp-admin/includes/ajax-actions.php at line 3503

Description

Filters the Heartbeat response received.

Occurrences

Filename Line Number
wp-admin/includes/ajax-actions.php 3503

Parameters

Type Name Description
array $response The Heartbeat response.
array $data The $_POST data sent.
string $screen_id The screen ID.

PHP Doc

/**
		 * Filters the Heartbeat response received.
		 *
		 * @since 3.6.0
		 *
		 * @param array  $response  The Heartbeat response.
		 * @param array  $data      The $_POST data sent.
		 * @param string $screen_id The screen ID.
		 */