New interface didn't pass correct value to old hook. Closes #2520.
This commit is contained in:
parent
aa250f35a7
commit
48a4ce1384
|
@ -924,7 +924,7 @@ function woocommerce_process_shop_order_meta( $post_id, $post ) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_action( 'woocommerce_after_resend_order_emails', $order, $resend_emails );
|
do_action( 'woocommerce_after_resend_order_email', $order, $email_to_send );
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue