<?php

declare(strict_types=1);

/**
 * WordPress has been archived off this docroot. Laravel lives under /API-v2/public/
 * (e.g. https://example.com/API-v2/public/ or your vhost rewrite to that path).
 */
http_response_code(204);
header('X-Site-Status: wordpress-archived-api-v2-active');
