woocommerce_email_disabled

woocommerce_email_disabled

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

do_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 ) {
    

See this hook used in plugins: