国产三级农村妇女在线,国产精品毛片a∨一区二区三区,国产乱子伦视频大全,国产精品色拉拉,国产欧美日韩一区二区三区,

首頁 > 技術(shù) > cms教程

WordPress開發(fā)函數(shù)admin_created_user_email()

cms教程 2022-10-26 09:23:44

WordPress開發(fā)函數(shù)admin_created_user_email()用法:

admin_created_user_email( string $text )

參數(shù):

$text

(string) (必需)

返回:

(string)

來源:

文件: wp-admin/includes/user.php

function admin_created_user_email( $text ) {

$roles = get_editable_roles();

$role = $roles[ $_REQUEST['role'] ];

return sprintf(

/* translators: 1: Site title, 2: Site URL, 3: User role. */

__(

'Hi,

You've been invited to join '%1$s' at

%2$s with the role of %3$s.

If you do not want to join this site please ignore

this email. This invitation will expire in a few days.

Please click the following link to activate your user account:

%%s'

),

wp_specialchars_decode( get_bloginfo( 'name' ), ENT_QUOTES ),

home_url(),

wp_specialchars_decode( translate_user_role( $role['name'] ) )

);

}

更新日志:

WordPress開發(fā)函數(shù)admin_created_user_email() (https://www.wpzt.net/) WordPress開發(fā)教程 第1張

TAg

加載中~

本網(wǎng)站LOGO受版權(quán)及商標(biāo)保護(hù),版權(quán)登記號:國作登字-2022-F-10126915,未經(jīng)湖南木星科技官方許可,嚴(yán)禁使用。
Copyright ? 2012-2022 湖南木星科技有限公司(木星網(wǎng))版權(quán)所有
轉(zhuǎn)載內(nèi)容版權(quán)歸作者及來源網(wǎng)站所有,本站原創(chuàng)內(nèi)容轉(zhuǎn)載請注明來源,商業(yè)媒體及紙媒請先聯(lián)系:aishangyiwan@126.com

工信部備案號:湘ICP備19012813號-5