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 . '' ); ?>

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。