Warning: This function has been deprecated.
woocommerce_mail( $to, $subject, $message, $headers = "Content-Type: text/htmlrn", $attachments = "" )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_mail( $to, $subject, $message, $headers = "Content-Type: text/html\r\n", $attachments = "" ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_mail' ); wc_mail( $to, $subject, $message, $headers, $attachments ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |