diff --git a/plugins/woocommerce/changelog/fix-option-notice b/plugins/woocommerce/changelog/fix-option-notice new file mode 100644 index 00000000000..23afe5377ed --- /dev/null +++ b/plugins/woocommerce/changelog/fix-option-notice @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix get_options deprecation notice diff --git a/plugins/woocommerce/src/Admin/API/Options.php b/plugins/woocommerce/src/Admin/API/Options.php index c37a6058931..bd9062bb332 100644 --- a/plugins/woocommerce/src/Admin/API/Options.php +++ b/plugins/woocommerce/src/Admin/API/Options.php @@ -183,6 +183,14 @@ class Options extends \WC_REST_Data_Controller { 'woocommerce_admin_created_default_shipping_zones', 'woocommerce_admin_reviewed_default_shipping_zones', 'woocommerce_admin_reviewed_store_location_settings', + 'woocommerce_ces_product_feedback_shown', + 'woocommerce_marketing_overview_multichannel_banner_dismissed', + 'woocommerce_dimension_unit', + 'woocommerce_weight_unit', + 'woocommerce_ces_product_mvp_ces_action', + 'woocommerce_product_tour_modal_hidden', + 'woocommerce_revenue_report_date_tour_shown', + 'woocommerce_date_type', ); $theme_permissions = array(