Website fatal error after latest update
-
There is a fatal error in wp-content/plugins/wp-user-frontend/includes/Free/Simple_Login.php line: 514
plugin line:
$errors = ! empty( $this->cf_messages[0] ) ? $this->cf_messages[0] : '';
It should be like this
$errors = ! empty( $this->cf_messages[0] ) ? $this->cf_messages[0] : [];
Please release a fix for this ASAP as it’s been more than a week since latest update.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.