PluginProbe
WProofreader spell & grammar check plugin for WordPress / 2.2
WProofreader spell & grammar check plugin for WordPress v2.2
3.2.1 3.2.2 3.2.0 trunk 1.0 1.1 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.6.1 2.6.10 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7.0 2.7.1 All 28 releases
webspellchecker / uninstall.php

uninstall.php in WProofreader spell & grammar check plugin for WordPress 2.2, at uninstall.php

17 lines 416 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * The code in this file runs when a plugin is uninstalled from the WordPress dashboard.
5 */
6
7 /* If uninstall is not called from WordPress exit. */
8 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
9 exit ();
10 }
11
12 /* Place uninstall code below here. */
13
14 delete_option( 'wsc' );
15 delete_option( 'wsc_proofreader_version' );
16 delete_option( 'wsc_proofreader_info' );
17 delete_option( 'wsc_proofreader' );