signup_nonce_fields()
signup_nonce_fields() 向注册页添加nonce字段。 Add a nonce field …
signup_nonce_fields()
向注册页添加nonce字段。
Add a nonce field to the signup page.
目录锚点:#参数#源码
参数(Parameters)
参数 | 类型 | 说明 |
---|
源码(Source)
/** * Add a nonce field to the signup page. * * @since MU */ function signup_nonce_fields() { $id = mt_rand(); echo ""; wp_nonce_field('signup_form_' . $id, '_signup_form', false); }
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
MU (3.0.0) | wp-includes/ms-functions.php | 12 | 20 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!