woocommerce / woocommerce-product-recommendations-custom-locations

Use WordPress shortcodes to display product recommendations at any page or location of your WooCommerce store. Feature plugin for the official Product Recommendations extension.
3 stars 1 forks source link

Remove Navigation-related code #15

Closed mattsherman closed 2 months ago

mattsherman commented 2 months ago

As the WC Core Navigation feature has been removed, we should remove the Registration-related functionality from our codebase. It is causing warnings to be output in the debug log every time 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

See:

https://github.com/somewherewarm/woocommerce-product-recommendations-custom-locations/blob/68c0cabf9f515a579bffdde7f3acf17d60121f1a/includes/admin/class-wc-prl-cl-admin-menus.php#L129-L157