Function Reference/signup nonce check
Description
Process the signup nonce created in signup_nonce_fields().
Usage
<?php signup_nonce_check( $result ); ?>
Parameters
- $result
- (array) (required) ????
- Default: None
Return Value
- $result (array)
- entry parameter is returned if nonce checks out, otherwise thread dies with message "Please try again."
Examples
Notes
Change Log
Since: MU
Source File
signup_nonce_check() is located in wp-includes/ms-functions.php
Related