Skip to content

Commit

Permalink
Merge pull request #460 from sjinks/fix-stubs
Browse files Browse the repository at this point in the history
fix(stubs): Add COOKIE_DOMAIN constant
  • Loading branch information
sjinks authored May 9, 2023
2 parents 30b09a9 + 6f1914c commit 2201b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/wordpress.stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 2201b4a

Please sign in to comment.