Fix `get_options` deprecation notice (#38289)
* Fix get_options deprecation notice * Add changelog * Remove duplicates
This commit is contained in:
parent
5013232b9e
commit
8d249841b9
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix get_options deprecation notice
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue