Home / APIs / confirm_user_signup() – New user signup confirmation

You appear to be a bot. Output may be restricted

Description

New user signup confirmation

Usage

confirm_user_signup( $user_name, $user_email );

Parameters

$user_name
( string ) required – The username
$user_email
( string ) required – The user's email address

Returns

void

Source

File name: wordpress/wp-signup.php
Lines: 1 to 12 of 12

function confirm_user_signup($user_name, $user_email) {
  ?>
	<h2><?php /* translators: %s: username */
  printf( __( '%s is your new username' ), $user_name) ?></h2>
	<p><?php _e( 'But, before you can start using your new username, <strong>you must activate it</strong>.' ) ?></p>
	<p><?php /* translators: %s: email address */
  printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' ); ?></p>
	<p><?php _e( 'If you do not activate your username within two days, you will have to sign up again.' ); ?></p>
	<?php
  
/** This action is documented in wp-signup.php */
  do_action( 'signup_finished' );
}
 

 View on GitHub View on Trac

Published: 12th March 2017 | Last updated: 12th March 2017

Information

Function name: confirm_user_signup
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-signup.php
File ref: wp-signup.php
Deprecated?: No
API Letters: C,S,U

  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WooCommerce a2z WooCommerce a2z
WooCommerce

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins