heartbeat_tick, $response, $screen_id
heartbeat_tick, $response, $screen_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('heartbeat_tick, $response, $screen_id') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 3536
* * @param array $response The Heartbeat response. * @param string $screen_id The screen ID. */ do_action( 'heartbeat_tick', $response, $screen_id ); // Send the current time according to the server. $response['server_time'] = time(); wp_send_json( $response ); }