WordPress.org

Codex

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

Function Reference/signup nonce fields

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

Description

Adds nonce HTML fields to the signup page.

Usage

<?php signup_nonce_fields(); ?>

Parameters

This function does not accept any parameters

Return Value

This function does not return a value. It echoes out the necessary HTML.

Examples


Notes

Change Log

Since: MU

Source File

signup_nonce_fields() is located in wp-includes/ms-functions.php

Related

  • signup_nonce_check() - Verifies that the fields created by this function when the signup form is submitted.

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.