new_user_email_admin_notice

Definition:
function new_user_email_admin_notice() {}

Source code

function new_user_email_admin_notice() {

	if ( strpos( $_SERVER['PHP_SELF'], 'profile.php' ) && isset( $_GET['updated'] ) && $email = get_option( get_current_user_id() . '_new_email' ) )

		echo "<div class='update-nag'>" . sprintf( __( "Your email address has not been updated yet. Please check your inbox at %s for a confirmation email." ), $email['newemail'] ) . "</div>";

}

2437

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

Leave a comment