woocommerce_email_sent

woocommerce_email_sent

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_email_sent') is found 1 times:

  • /includes/emails/class-wc-email.php line 721
    		 * @param bool     $return Whether the email was sent successfully.
    		 * @param int      $id     Email ID.
    		 * @param WC_Email $this   WC_Email instance.
    		 */
    		do_action( 'woocommerce_email_sent', $return, $this->id, $this );
    
    		return $return;
    	}
    
    	/**
    	 * Initialise Settings Form Fields - these are generic email options most will use.