How to remove complet order notification for specyfic product id in woocommerce?
I no how to disable this notification of all products
remove_action('woocommerce_order_status_completed_notification', array($wc_emails->emails['WC_Email_Customer_Completed_Order'], 'trigger'));
But can I do this only for one product id?
You would have to put a foreach as a condition to see if the product you want is in that order.