signup_nonce_fields()

In this article

Adds a nonce field to the signup page.

Source

	'email'           => $user->user_email,
	'IP'              => preg_replace( '/[^0-9., ]/', '', wp_unslash( $_SERVER['REMOTE_ADDR'] ) ),
	'blog_id'         => $blog_id,
	'date_registered' => current_time( 'mysql' ),
)

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.