From 6f1914c2262cbb241f5a0c376b7a77732815efe0 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Tue, 9 May 2023 08:56:33 +0300 Subject: [PATCH] fix(stubs): Add COOKIE_DOMAIN constant --- stubs/wordpress.stubs.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/wordpress.stubs.php b/stubs/wordpress.stubs.php index e0095e52..7217aeda 100644 --- a/stubs/wordpress.stubs.php +++ b/stubs/wordpress.stubs.php @@ -3,6 +3,8 @@ namespace { define( 'ABSPATH', 'vendor/johnpbloch/wordpress-core' ); + define( 'COOKIE_DOMAIN', /** @var string|bool $x */ $x = false ); + /** * Adds slashes to a string or recursively adds slashes to strings within an array. *