updated plugin AudioIgniter
version 2.0.0
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
<?php
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ||
|
||||
! WP_UNINSTALL_PLUGIN ||
|
||||
dirname( WP_UNINSTALL_PLUGIN ) != dirname( plugin_basename( __FILE__ ) )
|
||||
! 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