3557*3558* @since 3.6.03559*3560* @param array$response The Heartbeat response.3561* @param string$screen_id The screen ID.3562*/3563do_action('heartbeat_tick',$response,$screen_id);35643565// Send the current time according to the server.3566$response['server_time']=time();35673568wp_send_json($response);3569}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.