Browse
For agents
About
Button Generator – Easily Create Custom Buttons with Icons and Analytics
/
2.0
Button Generator – Easily Create Custom Buttons with Icons and Analytics
v2.0
Switch version
trunk
1.1.1
2.0
2.1
2.2
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
2.3.7
2.3.8
2.3.9
3.0
3.0.1
3.0.2
3.0.3
3.1
3.1.1
3.1.2
3.1.3
3.2
3.2.1
3.2.2
3.2.3
All 28 releases
Overview
Code
button-generation
/
uninstall.php
uninstall.php
in Button Generator – Easily Create Custom Buttons with Icons and Analytics 2.0, at uninstall.php
19 lines
422 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
* Uninstall Lead Generation
4
*
5
* Deletes all the plugin data i.e.
6
* 1. Users & Tools.
7
* 2. Database tables.
8
9
*
10
*
@package
LG
11
*
@subpackage
Uninstall
12
*
@copyright
Copyright (c) 2018, Dmytro Lobov
13
*
@license
http://opensource.org/licenses/gpl-2.0.php GNU Public License
14
*
@since
1.0
15
*/
16
17
//
Exit if accessed directly.
18
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
exit
;
19