PluginProbe
FareHarbor for WordPress / 3.6.12
FareHarbor for WordPress v3.6.12
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
fareharbor / uninstall.php

uninstall.php in FareHarbor for WordPress 3.6.12, at uninstall.php

9 lines 191 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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