Reply 280457 to: update theme legenda

Avatar: Olga Barlow
Olga Barlow
Support staff
March 22, 2021 at 15:04

Hello,

It’s Redux plugin error related to PHP version.
Open wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-functions-ex.php file, find

$data['parent_slug'] = end( explode( '/', end( $theme_paths ) ) );
$data['parent_slug'] = end( explode( '/', end( $theme_paths ) ) );

and replace with

$data['parent_slug'] = end( $theme_paths );
$data['parent_slug'] = explode( '/', $data['parent_slug'] );
$data['parent_slug'] = end( $data['parent_slug'] );

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.