Browse
For agents
About
Post Snippets – Custom WordPress Code Snippets Customizer
/
1.8.1
Post Snippets – Custom WordPress Code Snippets Customizer
v1.8.1
Switch version
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
1.7.2
1.7.3
1.8
1.8.1
1.8.2
1.8.3
1.8.5
1.8.6
1.8.7
1.8.8
1.8.9
1.8.9.1
1.8.9.2
1.9
1.9.1
1.9.2
1.9.3
1.9.4
1.9.5
All 115 releases
Overview
Code
post-snippets
/
uninstall.php
uninstall.php
in Post Snippets – Custom WordPress Code Snippets Customizer 1.8.1, at uninstall.php
8 lines
150 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
4
* Clean up the WP DB by deleting the options created by the plugin.
5
*
6
*/
7
delete_option
(
'
post_snippets_options
'
)
;
8
?
>