PluginProbe
Fonto – Custom Web Fonts Manager / trunk
Fonto – Custom Web Fonts Manager vtrunk
1.2.4 trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3
fonto / uninstall.php

uninstall.php in Fonto – Custom Web Fonts Manager trunk, at uninstall.php

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