Fatal error
-
Helo,
your plugin has bug in pa_check_roles method. When no role is selected in settings, $access_level is an empty string.
For now i add this into method:
if ( ” === $access_level ) {
? ? ? return true;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error’ is closed to new replies.