Merge pull request #32891 from woocommerce/fix/32863-get-option-deprecated-notices
Fix `get_options` function deprecation notice in WC 6.5 RC
This commit is contained in:
commit
211e0f9a24
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix get_options function deprecation notice
|
|
@ -179,6 +179,7 @@ class Options extends \WC_REST_Data_Controller {
|
|||
'woocommerce_admin_install_timestamp',
|
||||
'woocommerce_task_list_tracked_completed_tasks',
|
||||
'woocommerce_show_marketplace_suggestions',
|
||||
'woocommerce_task_list_reminder_bar_hidden',
|
||||
'wc_connect_options',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue