WordPress:Function Reference/wp mail

来自站长百科
Xxf3325讨论 | 贡献2008年7月19日 (六) 15:36的版本 (新页面: == Description == Sends an email. == Parameters == {{Parameter|$to|string|The intended recipient(s) of the message.}} {{Parameter|$subject|string|The subject of the message.}} {{Paramet...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Sends an email.

Parameters

Usage

%%% <?php wp_mail($to, $subject, $message, $headers = ); ?> %%%