3523*3524* @since 3.6.03525*3526* @param array$response The Heartbeat response.3527* @param string$screen_id The screen ID.3528*/3529do_action('heartbeat_tick',$response,$screen_id);35303531// Send the current time according to the server.3532$response['server_time']=time();35333534wp_send_json($response);3535}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.