Role based rule not working
-
Hello,
I see that my rules based on roles are not working, in particular the information about the role is ignored ad the rule is applied everywhere. I found the place in the code to fix it, it is on file
includes/ipq-functions.php
line 51: $role = $cap;
it works if you set that line to:
$role = $val;I ask if you can see if this fix is good and if could be included in a plugin update.
thank you
Chiara
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Role based rule not working’ is closed to new replies.