PluginProbe
Simple Side Tab / trunk
Simple Side Tab vtrunk
trunk 0.8.6 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 2.0.0 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.14 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 All 30 releases
simple-side-tab / uninstall.php

uninstall.php in Simple Side Tab trunk, at uninstall.php

11 lines 218 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // If uninstall was not called from WordPress, then exit
4 if( !defined( 'WP_UNINSTALL_PLUGIN') )
5 exit ();
6
7
8 // Delete all plugin related fields from the options table
9 delete_option( 'rum_sst_plugin_options' );
10
11