• i have a hook on refund status
    add_action( ‘woocommerce_order_status_refunded’, array( $this, ‘mysite_refunded’ ),10,2);

    it works fine , but refund email not sent , i am turning on all email notifications and they all work fine

    i want it to be sent , i added this :
    add_action( ‘woocommerce_order_status_refunded’, array( WC(), ‘send_transactional_email’ ),10,10);

    but also no luck
    can you help me on this

  • The topic ‘refund email not sending’ is closed to new replies.