Use WordPress shortcodes to display product recommendations at any page or location of your WooCommerce store. Feature plugin for the official Product Recommendations extension.
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
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:
See:
https://github.com/somewherewarm/woocommerce-product-recommendations-custom-locations/blob/68c0cabf9f515a579bffdde7f3acf17d60121f1a/includes/admin/class-wc-prl-cl-admin-menus.php#L129-L157