woocommerce_before_resend_order_emails, $order, $this->id

woocommerce_before_resend_order_emails, $order, $this->id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_before_resend_order_emails, $order, $this->id') is found 1 times:

  • /includes/emails/class-wc-email-customer-abandoned-cart-recovery.php line 359
    			 *
    			 * @param WC_Order $order      Order being recovered.
    			 * @param string   $email_type Email identifier ('customer_abandoned_cart_recovery').
    			 */
    			do_action( 'woocommerce_before_resend_order_emails', $order, $this->id );
    
    			// Gate the note + admin notice on trigger()'s return so the audit
    			// trail only records sends that actually went out.
    			if ( ! $this->trigger( $order->get_id() ) ) {
    				return;
    			}