Fires when Heartbeat ticks in logged-in environments.
Description
Allows the transport to be easily replaced with long-polling.
Parameters
$response
array- The Heartbeat response.
$screen_id
string- The screen ID.
Source
do_action( 'heartbeat_tick', $response, $screen_id );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.