Fires when Heartbeat ticks in no-privilege environments.
Description
Allows the transport to be easily replaced with long-polling.
Parameters
$response
array- The no-priv Heartbeat response.
$screen_id
string- The screen ID.
Source
do_action( 'heartbeat_nopriv_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.