Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 wordpress 中有一个用于付款的购物车,最后它生成带有感谢消息和用户在购物时输入的一些信息的页面。我只想构建用户可以将信息发送(电子邮件)给他的 xyz 朋友的功能。
添加隐藏字段并在 html 中创建一个表单,在 onSubmit 事件中传递该值。
使用 WP_main 函数发送电子邮件。