reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

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

Open andrejarh opened 2 years ago

andrejarh commented 2 years ago

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 commented 2 years ago

You need be running at least PHP v7.4