Closed donmhico closed 1 year ago
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.
Fixes #277.
Description
This PR fixes the PHP deprecated notice when importing Redux options.
Motivation
Fixes #277.
Testing Procedure