apply_filters( 'woocommerce_new_order_email_allows_resend', bool $allows )
Controls if new order emails can be resend multiple times.
Description Description
Parameters Parameters
- $allows
-
Defaults to false.
Source Source
File: includes/emails/class-wc-email-new-order.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |