Browse
For agents
About
DesignSetGo
/
trunk
DesignSetGo
vtrunk
Switch version
2.7.3
2.7.1
2.7.2
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.4.1-test
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
trunk
1.0.1
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
All 67 releases
Overview
Code
designsetgo
/
phpstan-constants.php
phpstan-constants.php
in DesignSetGo trunk, at phpstan-constants.php
12 lines
299 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* PHPStan stub file for WordPress constants that are conditionally defined
4
* and not available in the WordPress stubs package.
5
*
6
*
@package
DesignSetGo
7
*/
8
9
//
Cookie constants (defined in wp-includes/default-constants.php).
10
define
(
'
COOKIEPATH
'
,
'
/
'
)
;
11
define
(
'
COOKIE_DOMAIN
'
,
'
'
)
;
12