do_action( 'heartbeat_tick', array $response , string $screen_id )
Fires when Heartbeat ticks in logged-in environments.
Description
Allows the transport to be easily replaced with long-polling.
Parameters
- $response
-
The Heartbeat response.
- $screen_id
-
The screen id.
Source
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |