PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Backup Migration
/
1.3.0
Backup Migration
v1.3.0
Switch version
2.1.6
2.1.5.2
trunk
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.6.1
1.4.7
1.4.8
1.4.9
1.4.9.1
2.0.0
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.1.5.1
Overview
Code
Analysis
backup-backup
/
includes
/
dashboard
/
chapter
/
AA-Template.php
backup-backup
/
includes
/
dashboard
/
chapter
Last commit date
AA-Template.php
2 years ago
other_config.php
2 years ago
save-button.php
2 years ago
staging.php
2 years ago
store_config.php
2 years ago
troubleshooting.php
2 years ago
what_backed_up.php
2 years ago
where_config.php
2 years ago
AA-Template.php
10 lines
1
<
?
php
2
3
//
Namespace
4
namespace
BMI
\
Plugin
\
Dashboard
;
5
6
//
Exit on direct access
7
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
8
9
?
>
10