Action hook 'heartbeat_nopriv_tick'

in WP Core File wp-admin/includes/ajax-actions.php at line 66

Description

Fires when Heartbeat ticks in no-privilege environments. Allows the transport to be easily replaced with long-polling.

Occurrences

Filename Line Number
wp-admin/includes/ajax-actions.php 66

Parameters

Type Name Description
array $response The no-priv Heartbeat response.
string $screen_id The screen ID.

PHP Doc

/**
	 * Fires when Heartbeat ticks in no-privilege environments.
	 *
	 * Allows the transport to be easily replaced with long-polling.
	 *
	 * @since 3.6.0
	 *
	 * @param array  $response  The no-priv Heartbeat response.
	 * @param string $screen_id The screen ID.
	 */