Browse
For agents
About
FareHarbor for WordPress
/
3.5
FareHarbor for WordPress
v3.5
Switch version
3.6.15
3.6.14
trunk
1.1
1.2
2.0
2.1
3.0
3.0.1
3.1
3.2
3.3
3.3.1
3.4
3.5
3.6
3.6.1
3.6.10
3.6.11
3.6.12
3.6.13
3.6.2
3.6.3
3.6.4
3.6.5
All 29 releases
Overview
Code
fareharbor
/
uninstall.php
uninstall.php
in FareHarbor for WordPress 3.5, at uninstall.php
9 lines
191 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
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
4
exit
(
)
;
5
6
delete_option
(
'
fareharbor_settings
'
)
;
7
delete_option
(
'
fareharbor_version
'
)
;
8
delete_option
(
'
fareharbor_kit_version
'
)
;
9