PluginProbe
Plugin Load Filter / 4.1.1
Plugin Load Filter v4.1.1
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 4.1.1, at readme.txt

230 lines 8.0 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: dynamic deactivate plugins, disable plugins, performance, Locale switching
4 Requires at least: 5.3
5 Tested up to: 6.5
6 Requires PHP: 7.2
7 Stable tag: 4.1.1
8 Donate link: https://celtislab.net/en/wp-plugin-load-filter-addon/
9 License: GPLv2
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Dynamically activate the selected plugins for each page. Response will be faster by filtering plugins.
13
14 == Description ==
15
16 Although you may have installed a lot of plugins, you may not want (or need) them activated for all of your posts and pages. With this plugin, you will be able to deactivate unnecessary plugins for each individual post and page.
17
18 By filtering the activation of plugins, you can significantly speed up your website.
19
20 Features
21
22 * Support Post Format type
23 * Support Custom Post type
24 * Support Jetpack Modules filtering
25 * Support WP Embed Content card (is_embed template)
26 * Support Simple Post Language Locale switcher
27
28 In addition to blog posts and pages, for example providing services as a Web application, you can also distinguish the plugins for blog and Web applications.
29
30
31 = To further performance up plugin =
32
33 [YASAKANI Cache](https://wordpress.org/plugins/yasakani-cache/) is a simple and easy to use super high speed page cache.
34
35
36 For more detailed information, there is an introduction page.
37
38 [Documentation](http://celtislab.net/en/wp-plugin-load-filter/ )
39
40
41 == Installation ==
42
43 1. Upload the `plugin-load-filter` folder to the `/wp-content/plugins/` directory.
44 2. Activate the plugin through the `Plugins` menu in WordPress
45 3. Set up from `Plugin Load Filter` to be added to the Plugins menu of Admin mode.
46
47 Note
48
49 * 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.
50 * There is also plugins that can not be filtering, such as cache plugins or must-use plugins.
51
52 Usage
53
54 * In the Page Type Filter, you can choose from two types of filters as needed (Filter Registration)
55
56 * Admin Type : Register the plugins to be used only in admin page.
57 * Page Type : Register the plugins for selecting whether to activate each Page type or Post. Page Type registration plugins are once blocked, but is activated by `Page Type filter Activation` setting.
58
59 * Select the plugins from `Page Type Filter` registration to activate (Page Type filter Activation)
60
61 * Desktop/Mobile Filter : plugins to be used only in desktop/moble device. (wp_is_mobile function use)
62 * Select the plugins that you want to activate for each Page type or Post Format type or Custom Post type.
63 * Can be selected plugins to activate from Post content editing screen
64
65 * Check
66
67 * Please perform sufficient test whether the setting is working as expected.
68 * Please also check the operation if you add or remove a plugin.
69 * Filter priority : Each Single Post Filter > Admin Type > Page Type Filter
70
71 == Upgrade Notice ==
72
73 = 4.0.0 =
74 URL filter is changed incompatible with the old version, so if you used it you need to reset it.
75
76 == Screenshots ==
77
78 1. Filter Registration setting.
79 2. Page Filter Activation setting.
80 3. Setting of each post
81
82 == Changelog ==
83
84 = 4.1.1 =
85 * 2024-4-8
86 * Fixed PHP warning
87
88
89 = 4.1.0 =
90 * 2023-12-1
91 * Security measures
92 * Added Ajax acceleration filter (Features for plugin developers)
93
94
95 = 4.0.17 =
96 * 2023-10-20
97 * Fixed https://wordpress.org/support/topic/wp_get_current_user-is-overridden/
98
99
100 = 4.0.16 =
101 * 2023-9-21
102 * Fixed PHP warning
103
104
105 = 4.0.15 =
106 * 2023-8-2
107 * Fixed https://wordpress.org/support/topic/amin-ajax-php-cant-add-images-in-posts/#post-16938082
108 * tested WP6.3 RC3
109
110
111 = 4.0.13 =
112 * 2023-1-23
113 * Fixed Warning that occurred in PHP8 or higher.
114 * Added filter hook 'plf_custom_changes_to_active_plugins'
115 * Added filter hook 'plf_experimental_custom_parse_request'
116
117
118 = 4.0.12 =
119 * 2022-12-12
120 * Measures to prevent unintended disabling of plugins due to updates of DB data active_plugins by other plugins.
121
122
123 = 4.0.11 =
124 * 2022-11-9
125 * Since unnecessary data was saved in the plf_queryvars option data, it was removed and reduced in size.
126 * Fixed a case where custom status post information could not be obtained.
127
128
129 = 4.0.10 =
130 * 2022-10-19
131 * Fixed unnecessary queries issued in locale processing
132 * Fixed a case where private post judgment processing interfered with some plugins and caused a PHP error
133
134
135 = 4.0.9 =
136 * 2022-5-30
137 * Fixed a bug that the use filter is incorrect and Not Use in the PLF display of admin bar.
138
139
140 = 4.0.8 =
141 * 2022-2-7
142 * Fixed some cases where the used filter name was not displayed correctly in the PLF status of admin bar.
143 * PHP8.1 tested and Fixed PHP Notice
144
145
146 = 4.0.6 =
147 * 2021-4-8 Fixed a filtering bug in the multi-site siteeide plugi.
148 Fixed a bug where url filter Addon would match only home (/) settings to all URL trail slashe.
149
150 = 4.0.5 =
151 * 2021-3-23 Fixed a bug that caused conflicts for some custom post types.
152
153 = 4.0.4 =
154 * 2021-2-12 Fixed a bug that language locale switching process was not working for private posts.
155 Fixed a bug that the portfolio custom post type page in WP Jetpack plugin can't be displayed.
156
157
158 = 4.0.2 =
159 * 2020-8-31 Fixed a bug that the display of Woocommerce order management page shop_order list was blocked.
160 * CSS adjustment of display position shift.
161 * "A variable mismatch has been detected" error countermeasure
162
163
164 = 4.0.1 =
165 * 2020-8-28 Fix bug: Fatal error: Uncaught Error: Using $this when not in object context
166
167 = 4.0.0 =
168 * 2020-8-26 Separate URL filtering feature into Addon.
169 * Added a link in Admin-bar to show the filtering status of the plugins.
170 * Fixed some bugs and refactored the processing code.
171
172 = 3.3.0 =
173 * 2020-6-5 Added simple language locale switching for per page.
174 * Changed conditions to PHP7.2 and WordPress5.3 or more.
175
176 = 3.1.1 =
177 * 2019-12-2 Fixed bug where filtering did not work when the permalink structure was set to "Plain".
178
179 = 3.1.0 =
180 * 2019-2-25 change. URL Filter specification (available character types and maximum number of registrations)   
181
182 = 3.0.5 =
183 * 2019-2-18 Fixed. plf-filter PHP Warning (Illegal offset type).   
184
185 = 3.0.4 =
186 * 2018-8-15 Meta Boxes CSS adjustment when using gutenberg editor.   
187
188 = 3.0.3 =
189 * 2018-6-6 Fixed. Exclude plugin_load_filter action from Ajax URL Filter.       
190
191 = 3.0.2 =
192 * 2018-5-23 Fixed bug that the filter did not work on bbPress private page, and URL filter priority modification.       
193
194 = 3.0.0 =
195 * 2018-5-11 Add REST API and Ajax request judgment function to URL filter (incompatible with old version).
196
197 = 2.5.1 =
198 * 2017-5-11 Add confirmation dialog to clear setting button. And Fix regular expression for AMP / URL page judgment.
199
200 = 2.5.0 =
201 * 2017-1-20 AMP/URL page filter support. And addition of monitoring process of "rewrite_rule" data for custom post type.
202
203 = 2.4.1 =
204 * 2016-10-21 fix. Archive of judgment miss (category, tag), and corresponding at the time of custom post type used to "rewrite_rules", "wp_post_statuses".
205
206 = 2.4.0 =
207 * 2016-08-31 Multisite support.
208
209 = 2.3.1 =
210 * 2016-06-20 When the plugin update, has been fixed because there was a case of plf-filter file of MU-plugins folder is not updated
211
212 = 2.3.0 =
213 * 2016-06-17 Change user interface option settings. And is_embed template support. (Filter for WP Embed content card API)
214
215 = 2.2.1 =
216 * 2016-04-18 WP4.5 support. (get_currentuserinfo is deprecated since version 4.5! change wp_get_current_user)
217
218 = 2.2.0 =
219 * 2015-07-23 Code cleanups (Stop the use of transient API cache of intermediate processing data)
220
221 = 2.1.0 =
222 * 2015-04-30 Change user interface option settings screen.
223
224 = 2.0.1 =
225 * 2015-04-22 Exclude GET request(with? Parameters) to the home page from the filter. For example, Link to download the Download Manager plugins.
226
227 = 2.0.0 =
228 * 2015-04-16 Release
229
230