首页>文档>Wordpress开发文档>Wordpress 函数>new_user_email_admin_notice()

new_user_email_admin_notice()

添加管理员通知,提醒用户在电子邮件地址更改后检查确认请求电子邮件。

new_user_email_admin_notice()

返回(Return)

无返回值


源码(Source)

/**
 * Adds an admin notice alerting the user to check for confirmation email
 * after email address change.
 *
 * @since 3.0.0
 */
function new_user_email_admin_notice() {
	if ( strpos( $_SERVER['PHP_SELF'], 'profile.php' ) && isset( $_GET['updated'] ) && $email = get_option( get_current_user_id() . '_new_email' ) )
		echo "" . sprintf( __( "Your email address has not been updated yet. Please check your inbox at %s for a confirmation email." ), $email['newemail'] ) . "";
}
更新版本源码位置使用被使用
4.9.0wp-includes/user.php:289804
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索