PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Payment Gateway for Authorize.net for WooCommerce
/
1.0.3
Payment Gateway for Authorize.net for WooCommerce
v1.0.3
Switch version
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
trunk
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
Overview
Code
Analysis
payment-gateway-for-authorize-net-for-woocommerce
/
uninstall.php
payment-gateway-for-authorize-net-for-woocommerce
Last commit date
assets
8 months ago
includes
8 months ago
languages
8 months ago
LICENSE.txt
8 months ago
payment-gateway-for-authorizenet-for-woocommerce.php
8 months ago
readme.txt
8 months ago
uninstall.php
8 months ago
uninstall.php
11 lines
1
<
?
php
2
/**
3
* Plugin uninstall handler
4
*
5
* This file is run automatically by WordPress when the plugin is deleted from the admin dashboard.
6
*/
7
8
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
||
exit
;
9
10
11