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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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