installed plugin AudioIgniter
version 1.7.3
This commit is contained in:
11
wp-content/plugins/audioigniter/uninstall.php
Normal file
11
wp-content/plugins/audioigniter/uninstall.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ||
|
||||
! WP_UNINSTALL_PLUGIN ||
|
||||
dirname( WP_UNINSTALL_PLUGIN ) != dirname( plugin_basename( __FILE__ ) )
|
||||
) {
|
||||
status_header( 404 );
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
flush_rewrite_rules();
|
Reference in New Issue
Block a user