Browse
For agents
About
CBX Map for Google Map & OpenStreetMap
/
trunk
CBX Map for Google Map & OpenStreetMap
vtrunk
Switch version
trunk
1.1.10
1.1.11
1.1.12
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
Overview
Code
← All changes
|
uninstall.php
+4
-0
2.0.2
→
trunk
View file →
@@ -1,5 +1,9 @@
1
1
<?php
2
+
// If this file is called directly, abort.
3
+
if ( ! defined( 'WPINC' ) ) {
4
+
die;
5
+
}
2
6
3
7
/**
4
8
* Fired when the plugin is uninstalled.
5
9
*