projects
/
WP-Plugins
/
glm-member-db-sample.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc67a51
)
Cleanup - Not doing much with deactivate at this point.
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 2 Mar 2018 19:28:10 +0000
(14:28 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 2 Mar 2018 19:28:10 +0000
(14:28 -0500)
deactivate.php
patch
|
blob
|
history
diff --git
a/deactivate.php
b/deactivate.php
index
1e749fc
..
0508a36
100644
(file)
--- a/
deactivate.php
+++ b/
deactivate.php
@@
-48,13
+48,13
@@
class {camelcasePrefix}PluginDeactivate
*/
public function __construct ($wpdb, $config)
{
-
+/*
// Save WordPress Database object
$this->wpdb = $wpdb;
// Save plugin configuration object
$this->config = $config;
-
+*/
// Delete our version from WordPress Options
delete_option('{camelcasePrefix}PluginVersion');
}