PluginProbe ʕ •ᴥ•ʔ
Tracking Code Manager / 2.4.0
Tracking Code Manager v2.4.0
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
tracking-code-manager / includes / uninstall.php
tracking-code-manager / includes Last commit date
admin 1 year ago classes 1 year ago actions.php 1 year ago core.php 1 year ago install.php 1 year ago uninstall.php 1 year ago
uninstall.php
10 lines
1 <?php
2
3 function tcmp_uninstall( $networkwide = null ) {
4 global $wpdb;
5
6 }
7
8 register_uninstall_hook( TCMP_PLUGIN_FILE, 'tcmp_uninstall' );
9
10