Bug in the plugin breaks website functionality for visitors
-
Your plugin is installed in one of my client’s site. In your recent update, i.e. 5.0.10, the website filters stopped working for the visitors. Upon investigating, I found the bug in your plugin file
includes/class-gs-service.php
.Here, you are aborting all of the visitors requests with
wp_die()
if the user has nomanage_options
permission.To fix it, please move the permission check to
if(isset($_POST['gs_cf7free_debug_settings'])) {
So it’ll only be for your plugin need and won’t interfere with other website functionalities.I hope this helps many others as well.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.