Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created December 2, 2017 16:39
Show Gist options
  • Save matthijs166/0df344be79943fd134321642b642a629 to your computer and use it in GitHub Desktop.
Save matthijs166/0df344be79943fd134321642b642a629 to your computer and use it in GitHub Desktop.
resend or send wocommerce emal
$wc_emails = WC()->mailer()->get_emails();
foreach ( $wc_emails as $wc_mail )
if ( $wc_mail->id == "wc_notifi_live" )
$wc_mail->trigger( 1191 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment