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

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

@andrejarh

Description

@andrejarh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions