B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
www
/
wp-content
/
plugins
/
search-meter
/
Filename :
uninstall.php
back
Copy
<?php /* Search Meter uninstaller Copyright (C) 2005-16 Bennett McElwee (bennett at thunderguy dotcom) This software is licensed under the GPL v3. See the included LICENSE file for details. If you would like to use it under different terms, contact the author. */ if (!defined( 'WP_UNINSTALL_PLUGIN')) { exit(); } delete_option('tguy_search_meter'); delete_site_option('tguy_search_meter'); global $wpdb; $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}searchmeter"); $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}searchmeter_recent");