PluginProbe
Clever Fox / 29.4
Clever Fox v29.4
30.1 30.0 29.9 29.8 29.7 29.4 29.3 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 All 465 releases
clever-fox / uninstall.php

uninstall.php in Clever Fox 29.4, at uninstall.php

9 lines 111 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Fired when the plugin is uninstalled.
4 *
5 */
6
7 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
8 exit;
9 }