Codex

Function Reference/signup nonce check

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

Contents

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

 

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