WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about heartbeat_send

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 3476 /**
* Filters the Heartbeat response sent.
*
* @since 3.6.0
*
* @param array $response The Heartbeat response.
* @param string $screen_id The screen ID.
*/

Hook Parameters

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