| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: plugin load filter |
| 4 | 4 | Description: Dynamically activate the selected plugins for each page. Response will be faster by filtering plugins. |
| 5 | - Version: 2.4.1 | |
| 5 | + Version: 2.4.0 | |
| 6 | 6 | Plugin URI: http://celtislab.net/wp_plugin_load_filter |
| 7 | 7 | Author: enomoto@celtislab |
| 8 | 8 | Author URI: http://celtislab.net/ |
| 9 | 9 | License: GPLv2 |
| @@ -56,9 +56,8 @@ | ||
| 56 | 56 | switch_to_blog( $current_blog_id ); |
| 57 | 57 | } |
| 58 | 58 | } |
| 59 | 59 | if($act === false){ |
| 60 | - flush_rewrite_rules(); //options data 'rewrite_rules' clear for remake. | |
| 61 | 60 | if ( file_exists( WPMU_PLUGIN_DIR . "/plf-filter.php" )) { |
| 62 | 61 | @unlink( WPMU_PLUGIN_DIR . '/plf-filter.php' ); |
| 63 | 62 | } |
| 64 | 63 | } |