PluginProbe
Plugin Load Filter / 2.1.0
Plugin Load Filter v2.1.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
plugin-load-filter / readme.txt

readme.txt in Plugin Load Filter 2.1.0, at readme.txt

77 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plugin Load Filter ===
2 Contributors: enomoto celtislab
3 Tags: plugin, dynamic activate, dynamic deactivate, filter, logic
4 Requires at least: 3.9
5 Tested up to: 4.2
6 Stable tag: 2.1.0
7 License: GPLv2
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 Dynamically activate the selected plugins for each page. Response will be faster by filtering plugins.
11
12 == Description ==
13
14 Although have installed a lot of plugins, if you do not want to activate for all of the pages, you will be able to deactivate unnecessary plugins of each individual page.
15 Through the filter activation of plugins, you can speed up the display response.
16
17 Features
18
19 * Support Post Format type
20 * Support Custom Post type
21 * Support Jetpack Modules filtering
22
23 If the case other than blog, such as to provide some service as a Web application, you can also distinguish the plugins for blog and Web applications.
24
25
26 [日本語の説明](http://celtislab.net/wp_plugin_load_filter/ "Documentation in Japanese")
27
28 == Installation ==
29
30 1. Upload the `plugin-load-filter` folder to the `/wp-content/plugins/` directory.
31 2. Activate the plugin through the `Plugins` menu in WordPress
32 3. Set up from `Plugin Load Filter` to be added to the Plugins menu of Admin mode.
33
34 Note
35
36 * This plugin is required PHP 5.3 or higher
37 * This plugin only single-site.
38 * This plugin to automatically activated as must-use plugin installed plf-filter.php file to MU-plugins folder. Depending on the permissions of the folders and files there is a possibility that it is not possible to install the plf-filter.php file.
39 * There is also plugins that can not be filtering, such as cache plugins or must-use plugins.
40
41 Usage
42
43 * Set as necessary 4 types of filters (Filter Registration)
44
45 * Admin Filter : Register the plugins to be used only in admin mode.
46 * Desktop/Mobile Filter : Register the plugins to be used only in desktop/moble device. (wp_is_mobile function use)
47 * Page Filter : Register the plugins for selecting whether to activate each Page type or Post. Page Filter registration plugins are once blocked, but is activated by `Page filter Activation` setting.
48
49 * Select the plugins from `Page Filter` registration to activate (Page filter Activation)
50
51 * Select the plugins that you want to activate for each Page type or Post Format type or Custom Post type.
52 * Can be selected plugins to activate from Post content editing screen
53
54 * Check
55
56 * Please perform sufficient test whether the setting is working as expected.
57 * Please also check the operation if you add or remove a plugin.
58 * Filter priority : Admin Filter > Desktop Filter > Mobile Filter > Page Filter (Each Page setting > Page type setting)
59
60
61 == Screenshots ==
62
63 1. Filter Registration setting.
64 2. Page Filter Activation setting.
65 3. Setting of each post
66
67 == Changelog ==
68
69 = 2.0.0 =
70 * 2015-04-16 Release
71
72 = 2.0.1 =
73 * 2015-04-22 Exclude GET request(with? Parameters) to the home page from the filter. For example, Link to download the Download Manager plugins.
74
75 = 2.1.0 =
76 * 2015-04-30 Change user interface option settings screen.
77