You can completely deactivate suggestions with this coode ;
add_filter( 'woocommerce_allow_marketplace_suggestions', '__return_false' );
You should insert this code to your theme functions.php
You can completely deactivate suggestions with this coode ;
add_filter( 'woocommerce_allow_marketplace_suggestions', '__return_false' );
You should insert this code to your theme functions.php