confirm_user_signup

函数


confirm_user_signup ( $user_name, $user_email )
参数
  • (string)
    $user_name
    The username.
    Required:
  • (string)
    $user_email
    The user’s email address.
    Required:
定义位置
  • wp-signup.php
    , line 696
引入
弃用

Shows a message confirming that the new user has been registered and is awaiting activation.

function confirm_user_signup( $user_name, $user_email ) {
	?>
	

you must activate it.' ); ?>

' . $user_email . '' ); ?>