confirm_blog_signup

函数


confirm_blog_signup ( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() )
参数
  • (string)
    $domain
    The domain or subdomain of the site.
    Required:
  • (string)
    $path
    The path of the site.
    Required:
  • (string)
    $blog_title
    The title of the new site.
    Required:
  • (string)
    $user_name
    The user’s username.
    Required:
    Default: (empty)
  • (string)
    $user_email
    The user’s email address.
    Required:
    Default: (empty)
  • (array)
    $meta
    Any additional meta from the {@see ‘add_signup_meta’} filter in validate_blog_signup().
    Required:
    Default: array()
定义位置
  • wp-signup.php
    , line 853
引入
弃用

显示一条确认新网站已被注册并等待激活的信息。

function confirm_blog_signup( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() ) {
	?>
	

you must activate it.' ); ?>

' . $user_email . '' ); ?>