PluginProbe
Filter Gallery / trunk
Filter Gallery vtrunk
1.1.5 1.1.4 1.1.3 1.1.2 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.0.7 0.0.8 0.0.9 0.1.0 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.1.6 0.1.7 0.1.8 0.1.9 0.2.0 All 28 releases
filter-gallery / uninstall.php

uninstall.php in Filter Gallery trunk, at uninstall.php

8 lines 178 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
4 // if uninstall.php is not called by WordPress, die
5 if (!defined('WP_UNINSTALL_PLUGIN')) {
6 die;
7 }
8