WooCommerce用户注册邮件通知

经过 小朱笔记 | 9 月 10, 2017 | WordPress技巧 | 0条评论

在主题文件: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 );
}

0条评论

提交评论

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

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