awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 84 forks source link

Fix PHP Deprecated notice for ReduxFramework integration #281

Closed donmhico closed 1 year ago

donmhico commented 1 year ago

Description

This PR fixes the PHP deprecated notice when importing Redux options.

PHP Deprecated:  Function set_options is <strong>deprecated</strong> since version 4.0.0! Use options_class->set( $value ) instead.

Motivation

Fixes #277.

Testing Procedure

  1. Perform OCDI import including Redux settings import.
  2. Check and you shouldn't see the PHP deprecated notice above in your logs.