WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about heartbeat_received

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 3465 /**
* 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.
*/

Hook Parameters

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