????
| Current Path : /home2/morganrand/www/wp-content/plugins/social-count-plus/ |
| Current File : /home2/morganrand/www/wp-content/plugins/social-count-plus/uninstall.php |
<?php
// If uninstall not called from WordPress exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) || ! WP_UNINSTALL_PLUGIN || dirname( WP_UNINSTALL_PLUGIN ) != dirname( plugin_basename( __FILE__ ) ) ) {
status_header( 404 );
exit;
}
delete_option( 'socialcountplus_settings' );
delete_option( 'socialcountplus_design' );
delete_option( 'socialcountplus_version' );