Navigation-related code is causing deprecation warnings in debug log #674
Labels
type: bug
The issue is a confirmed bug.
type: technical debt
This issue/PR represents/solves the technical debt of the project.
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:
woocommerce-subscriptions-core/includes/admin/class-wcs-wc-admin-manager.php
Lines 74 to 96 in 36e2173
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
The text was updated successfully, but these errors were encountered: