You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
Hi
There is an error in the class, which causes critical error and theme check to fail.
redux-core/inc/themecheck/checks/class-redux-embedded.php
The line 22
protected array $error = array();
should probably be
protected $error = array();
The text was updated successfully, but these errors were encountered: