常用函数-wp_new_user_notification()

0条评论

说明

该函数通知博客管理者有新用户注册,通常通过E-mail通知。

该函数可由插件代替。若插件无法重新定义函数,则使用该函数。

用法

<?php wp_new_user_notification( $user_id, $plaintext_pass ) ?>

参数

$user_id

(整数)(必需)用户ID

默认值:None

$plaintext_pass

(字符串)(可选)用户的普通文本形式的密码

默认值:''

返回的值

(空)

该函数不返回任何值

示例

注释

  • 该函数可由插件代替。若插件无法重新定义函数,则使用该函数。

历史记录

  • 始见于2.0版本

源文件

wp_new_user_notification()位于 wp-includes/pluggable.php中。

相关资源

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.