PluginProbe
Simple Analytics / 1.22
Simple Analytics v1.22
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
simpleanalytics / uninstall.php

uninstall.php in Simple Analytics 1.22, at uninstall.php

18 lines 421 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 *
5 * This file runs when the plugin in uninstalled (deleted).
6 * This will not run when the plugin is deactivated.
7 * Ideally you will add all your clean-up scripts here
8 * that will clean-up unused meta, options, etc. in the database.
9 *
10 */
11
12 // If plugin is not being uninstalled, exit (do nothing)
13 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
14 exit;
15 }
16
17 // Do something here if plugin is being uninstalled.
18