PluginProbe
Plugin Load Filter / 2.4.0
Plugin Load Filter v2.4.0
trunk 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.3.1 2.4.0 2.4.1 2.5.1 3.3.0 4.0.6 4.1.1 4.2.0 4.3.0 4.3.1 4.4.0
← All changes | plugin-load-filter.php +1 -2 2.4.12.4.0 View file →
@@ -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 }