WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about heartbeat_tick

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php do_action 3488 /**
* Fires when Heartbeat ticks in logged-in environments.
*
* Allows the transport to be easily replaced with long-polling.
*
* @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.