3530*3531* @since 3.6.03532*3533* @param array$response The Heartbeat response.3534* @param string$screen_id The screen ID.3535*/3536do_action('heartbeat_tick',$response,$screen_id);35373538// Send the current time according to the server.3539$response['server_time']=time();35403541wp_send_json($response);3542}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.