^

2017-09-10

^

WooCommerce用户注册邮件通知

在主题文件:functions.php 添加代码

https://New user notification to admin
https:// Woocommerce New Customer Admin Notification Email
add_action('woocommerce_created_customer', 'admin_email_on_registration');
function admin_email_on_registration( $customer_id ) {
 wp_new_user_notification( $customer_id );
}

关于作者:小朱笔记

小朱个人博客,生活网络分享,外贸建站,谷歌seo操作分享,B2B优化排名操作分享,资源分享,软件分享,生活分享。https://www.zhudc.com/

0 条评论

提交评论

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理