Browse
For agents
About
WP Synchro – The Ultimate WordPress Migration Tool
/
trunk
WP Synchro – The Ultimate WordPress Migration Tool
vtrunk
Switch version
1.16.1
1.16.0
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.10.0
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.12.0
1.13.0
1.14.0
1.15.0
1.2.0
1.3.0
1.3.1
1.3.2
All 45 releases
Overview
Code
wpsynchro
/
src
/
compatibility
/
class-compatibility.php
class-compatibility.php
in WP Synchro – The Ultimate WordPress Migration Tool trunk, at src/compatibility/class-compatibility.php
20 lines
377 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
namespace
WPSynchro
\
Compatibility
;
4
5
/**
6
* Class for handling compatibility
7
*
8
*
9
* BEWARE: This is referenced from MU plugin, so handle that if moving it or changing filename etc.
10
*
11
* !!!! THIS IS NO LONGER USED, BUT ONLY KEPT HERE FOR FEW RELEASE TO PREVENT TROUBLES WITH MU PLUGIN !!!!!
12
*
13
*/
14
class
Compatibility
15
{
16
public
function
__construct
(
)
17
{
18
}
19
}
20