Browse
For agents
About
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor
/
1.0.7
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor
v1.0.7
Switch version
4.0.1
4.0.0
3.16.6
3.16.5
3.16.4
3.16.3
3.16.2
3.16.1
3.16.0
3.15.9
3.9.9
3.9.5
3.9.6
3.9.7
3.9.8
1.1.7
1.1.8
1.1.9
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
All 339 releases
Overview
Code
profile-builder
/
uninstall.php
uninstall.php
in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 1.0.7, at uninstall.php
8 lines
382 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
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
3
exit
(
)
;
//
If uninstall not called from WordPress exit
4
5
delete_option
(
'
wppb_default_settings
'
)
;
//
Delete default settings from options table
6
delete_option
(
'
wppb_default_style
'
)
;
//
Delete "use default css or not" settings
7
delete_option
(
'
wppb_display_admin_settings
'
)
;
//
Delete display admin bar option
8