admin_created_user_email

Definition:
function admin_created_user_email( $text ) {}

Parameters

  • $text

Source code

	function admin_created_user_email( $text ) {

		/* translators: 1: Site name, 2: site URL, 3: role */

		return sprintf( __( 'Hi,

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

%2$s as a %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' ), get_bloginfo('name'), site_url(), esc_html( $_REQUEST[ 'role' ] ) );

	}

397

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: