PluginProbe
Multi Step Form / trunk
Multi Step Form vtrunk
1.7.30 1.7.29 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2.0 1.2.1 1.2.2 1.2.3 All 75 releases
multi-step-form / uninstall.php

uninstall.php in Multi Step Form trunk, at uninstall.php

18 lines 416 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