woocommerce_email_disabled
woocommerce_email_disabled
Appears in: woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.9.4do_action('woocommerce_email_disabled') is found 1 times:
- /includes/emails/class-wc-email.php line 1150
* * @param string $email_id The email type ID (e.g. `customer_processing_order`). * @param WC_Email $email The WC_Email instance. */ do_action( 'woocommerce_email_disabled', $this->id, $this ); return false; } $recipient = $this->get_recipient(); if ( ! $recipient ) {