79706453

Date: 2025-07-18 16:06:31
Score: 1
Natty:
Report link

the answer by itzmekhokan works, but just in case you need to disable the email later than woocommerce_email hook fired:

remove_action( 'woocommerce_created_customer_notification', array( WC()->mailer(), 'customer_new_account' ), 10, 3 );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: geminorum