heartbeat_tick

heartbeat_tick

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('heartbeat_tick') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3522
    	 *
    	 * @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 );
    }