The Navigation feature has been removed from WooCommerce and the related code will be removed in the future. Currently, deprecation warnings are being logged whenever an admin page is rendered:
Automattic\WooCommerce\Admin\Features\Navigation\Menu::add_plugin_item is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.4
Automattic\WooCommerce\Admin\Features\Navigation\Screen::register_post_type is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.4
Describe the bug
The Navigation feature has been removed from WooCommerce and the related code will be removed in the future. Currently, deprecation warnings are being logged whenever an admin page is rendered:
This is due to the following code:
https://github.com/Automattic/woocommerce-subscriptions-core/blob/36e21730f5f322c4fed3f17707334be72dfd552d/includes/admin/class-wcs-wc-admin-manager.php#L74-L96
To Reproduce
Expected behavior
Navigation-related code will be removed and no deprecation warnings will be logged.
Actual behavior
Deprecation warnings are logged.
Product impact
Additional context