Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

PHP Parse error in class-redux-embedded.php #232

Open
andrejarh opened this issue Mar 24, 2022 · 1 comment
Open

PHP Parse error in class-redux-embedded.php #232

andrejarh opened this issue Mar 24, 2022 · 1 comment

Comments

@andrejarh
Copy link

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();
image

@sjregan
Copy link

sjregan commented Jul 7, 2022

You need be running at least PHP v7.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants