WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/signup nonce check

This page is marked as incomplete. You can help Codex by expanding it.

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

Nonce functions: wp_nonce_ays(), wp_nonce_field(), wp_nonce_url(), wp_verify_nonce(), wp_create_nonce(), check_admin_referer(), check_ajax_referer(), wp_referer_field()

Nonce hooks: nonce_life, nonce_user_logged_out, explain_nonce_(verb)-(noun), check_admin_referer

See also index of Function Reference and index of Template Tags.