PluginProbe ʕ •ᴥ•ʔ
After Login Redirect / 2.0.1
After Login Redirect v2.0.1
trunk 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5
wp-after-login-redirect-advanced / uninstall.php
wp-after-login-redirect-advanced Last commit date
admin 11 months ago includes 11 months ago languages 1 year ago public 1 year ago index.php 1 year ago license.txt 1 year ago readme.txt 1 year ago uninstall.php 1 year ago wp-after-login-redirect-advanced.php 11 months ago
uninstall.php
14 lines
1 <?php
2 /**
3 * Fired when the plugin is uninstalled.
4 *
5 * @since 2.0.0
6 * @package Wp_After_Login_Redirect_Advanced
7 * @author Sajjad Hossain Sagor <sagorh672@gmail.com>
8 */
9
10 // If uninstall not called from WordPress, then exit.
11 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
12 die;
13 }
14