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
|
includes/CBXGoogleMapUninstall.php
+5
-0
2.0.4
→
trunk
View file →
@@ -1,5 +1,10 @@
1
1
<?php
2
+
// If this file is called directly, abort.
3
+
if ( ! defined( 'WPINC' ) ) {
4
+
die;
5
+
}
6
+
2
7
// If uninstall not called from WordPress, then exit.
3
8
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
4
9
exit;
5
10
}