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