Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




signup_nonce_fields [ WordPress Function ]

signup_nonce_fields ( No parameters )
Uses:
Defined at:



Add a nonce field to the signup page.

Source


<?php
function signup_nonce_fields() {
    
$id mt_rand();
    echo 
"<input type='hidden' name='signup_form_id' value='{$id}' />";
    
wp_nonce_field('signup_form_' $id'_signup_form'false);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics