php [WooCommerce Core]创建新客户帐户时通知管理员

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Core]创建新客户帐户时通知管理员相关的知识,希望对你有一定的参考价值。


/**
 * Code goes in theme functions.php.
 */
add_action( 'woocommerce_created_customer', 'woocommerce_created_customer_admin_notification' );
function woocommerce_created_customer_admin_notification( $customer_id ) {
  wp_send_new_user_notifications( $customer_id, 'admin' );
}

以上是关于php [WooCommerce Core]创建新客户帐户时通知管理员的主要内容,如果未能解决你的问题,请参考以下文章

php [WooCommerce Core]创建新客户帐户时通知管理员

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]自定义WooCommerce面包屑

php [WooCommerce Core]自定义WooCommerce面包屑