Security plugins compatibility update
-
hello,
I needed a solution regarding compatibility with other security plugins
Developer of hide my wordpress wp plugin (https://pl.ww.wp.xz.cn/plugins/hide-my-wp/) found a solution for your plugin to be compatible
Go to file:
\wp-content\plugins\rocket-footer-js\lib\Rocket\Footer\JS\Request.phpAnd on line 32 you will see:
add_filter( ‘rocket_buffer’, [ $this->plugin, ‘process_buffer’ ], PHP_INT_MAX );
change it to:add_filter( ‘rocket_buffer’, [ $this->plugin, ‘process_buffer’ ], 99 );
Adding the max ID in the buffer, doesn’t let other security plugins change the paths.
Could you update the plugin and add this?
The topic ‘Security plugins compatibility update’ is closed to new replies.