<?php /** * Called on plugin uninstall */ if (!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) { exit(); } //Set the plugin basename define( 'HMWP_BASENAME', plugin_basename(__FILE__) ); /* Call config files */ require(dirname(__FILE__) . '/config/config.php'); /* Delete the record from database */ delete_option(HMWP_OPTION); delete_option(HMWP_OPTION_SAFE); delete_option(HMWP_SECURITY_CHECK); delete_option(HMWP_SECURITY_CHECK_IGNORE); delete_option(HMWP_SECURITY_CHECK_TIME);
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
classes | Folder | 0777 |
|
|
config | Folder | 0777 |
|
|
controllers | Folder | 0777 |
|
|
languages | Folder | 0777 |
|
|
models | Folder | 0777 |
|
|
view | Folder | 0777 |
|
|
index.php | File | 5.28 KB | 0644 |
|
readme.txt | File | 52.63 KB | 0644 |
|
uninstall.php | File | 518 B | 0644 |
|