PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Tracking Code Manager
/
trunk
Tracking Code Manager
vtrunk
Switch version
trunk
1.11.8
1.11.9
1.12.0
1.12.1
1.12.2
1.12.3
1.4
1.5
2.0.0
2.0.1
2.0.13
2.0.14
2.0.15
2.0.16
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
Overview
Code
Analysis
tracking-code-manager
/
includes
/
uninstall.php
tracking-code-manager
/
includes
Last commit date
admin
1 month ago
classes
1 month ago
actions.php
3 years ago
core.php
1 month ago
install.php
1 month ago
uninstall.php
1 month ago
uninstall.php
10 lines
1
<
?
php
2
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
3
function
tcmp_uninstall
(
$
networkwide
=
null
)
{
4
global
$
wpdb
;
5
6
}
7
8
register_uninstall_hook
(
TCMP_PLUGIN_FILE
,
'
tcmp_uninstall
'
)
;
9
10