From 64593c5c53650d4aeb90cf187e7deb0b9f394203 Mon Sep 17 00:00:00 2001 From: Jerome Knoot Date: Wed, 23 Nov 2022 15:06:57 +0100 Subject: [PATCH] Update WcRestrictContentOpenTagModule.php .../src/WcRestrictContentOpenTagModule.php:126 DF\DF_RESTRICT_CONTENT\WcRestrictContentOpenTagModule::init(): DF\DF_RESTRICT_CONTENT\WcRestrictContentOpenTagModule::$options_toggles is deprecated. Use DF\DF_RESTRICT_CONTENT\WcRestrictContentOpenTagModule::$settings_modal_toggles instead. --- src/WcRestrictContentOpenTagModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WcRestrictContentOpenTagModule.php b/src/WcRestrictContentOpenTagModule.php index e03b127..84a8dec 100644 --- a/src/WcRestrictContentOpenTagModule.php +++ b/src/WcRestrictContentOpenTagModule.php @@ -123,7 +123,7 @@ public function init() $this->field_defaults = $defaults; - $this->options_toggles = array( + $this->settings_modal_toggles = array( 'general' => array( 'settings' => array( 'toggles_disabled' => true,