PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Redirection
/
1.2.8
Redirection
v1.2.8
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
Overview
Code
Analysis
redirect-redirection
/
analyst
/
version.php
redirect-redirection
/
analyst
Last commit date
assets
4 months ago
src
4 months ago
templates
4 months ago
autoload.php
4 months ago
index.php
4 months ago
main.php
4 months ago
sdk_resolver.php
4 months ago
version.php
4 months ago
version.php
16 lines
1
<
?
php
2
3
return
array
(
4
//
The sdk version
5
'
sdk
'
=>
'
1.3.30
'
,
6
7
//
Minimum supported WordPress version
8
'
wp
'
=>
'
4.7
'
,
9
10
//
Supported PHP version
11
'
php
'
=>
'
5.4
'
,
12
13
//
Path to current SDK$
14
'
path
'
=>
__DIR__
,
15
)
;
16