woocommerce_after_resend_order_email, $order, $this->id
woocommerce_after_resend_order_email, $order, $this->id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_after_resend_order_email, $order, $this->id') is found 1 times:
- /includes/emails/class-wc-email-customer-abandoned-cart-recovery.php line 382
* * @param WC_Order $order Order being recovered. * @param string $email_type Email identifier ('customer_abandoned_cart_recovery'). */ do_action( 'woocommerce_after_resend_order_email', $order, $this->id ); // Reuse the existing "Order updated. Email sent." admin notice (message id 11) on the // classic order edit page. HPOS uses a different redirect pipeline that sets the // message directly in Edit.php, so this filter is a no-op there — matching the // behavior of the built-in `send_order_details` action. add_filter( 'redirect_post_location', array( 'WC_Meta_Box_Order_Actions', 'set_email_sent_message' ) );