WP Hide & Security Enhancer - Version 1.5.5.7

Version Description

  • Filter remove fix
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 WP Hide & Security Enhancer
Version 1.5.5.7
Comparing to
See all releases

Code changes from version 1.5.5.6 to 1.5.5.7

Files changed (3) hide show
  1. compatibility/wp-rocket.php +1 -1
  2. readme.txt +4 -1
  3. wp-hide.php +1 -1
compatibility/wp-rocket.php CHANGED
@@ -200,7 +200,7 @@
200
  {
201
 
202
  //remove the filter to allow the buffer processing
203
- remove_filter( 'wp-hide/ignore_ob_start_callback', array( 'WPH_conflict_handle_wp_rocket', 'ignore_ob_start_callback'));
204
 
205
  global $wph;
206
 
200
  {
201
 
202
  //remove the filter to allow the buffer processing
203
+ remove_filter( 'wp-hide/ignore_ob_start_callback', array( 'WPH_conflict_handle_wp_rocket', 'ignore_ob_start_callback'), 999);
204
 
205
  global $wph;
206
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.nsp-code.com/
4
  Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
5
  Requires at least: 2.8
6
  Tested up to: 5.1
7
- Stable tag: 1.5.5.6
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress site instance using smart techniques. No files are changed on your server.
@@ -285,6 +285,9 @@ Please get in touch with us and we'll do our best to include it for a next versi
285
 
286
  == Changelog ==
287
 
 
 
 
288
  = 1.5.5.6 =
289
  * Fix log-in page when using Wp Rocket cache
290
 
4
  Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
5
  Requires at least: 2.8
6
  Tested up to: 5.1
7
+ Stable tag: 1.5.5.7
8
  License: GPLv2 or later
9
 
10
  Hide and increase Security for your WordPress site instance using smart techniques. No files are changed on your server.
285
 
286
  == Changelog ==
287
 
288
+ = 1.5.5.7 =
289
+ * Filter remove fix
290
+
291
  = 1.5.5.6 =
292
  * Fix log-in page when using Wp Rocket cache
293
 
wp-hide.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.wp-hide.com/
5
  Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
- Version: 1.5.5.6
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */
5
  Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
+ Version: 1.5.5.7
9
  Text Domain: wp-hide-security-enhancer
10
  Domain Path: /languages/
11
  */