PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
templates
/
form
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Output a form's nonce field * * @var $name string Nonce Name * @var $action string Nonce Action */ $name = isset( $name ) ? $name : ''; $action = isset( $action ) ? $action : ''; if ( ! empty( $action ) AND ! empty( $name ) ) { wp_nonce_field( $action, $name ); }
[+]
..
[-] submit.php
[edit]
[-] hidden.php
[edit]
[-] password.php
[edit]
[-] checkboxes.php
[edit]
[-] .form.php
[edit]
[-] radio.php
[edit]
[-] agreement.php
[edit]
[-] info.php
[edit]
[-] nonce.php
[edit]
[-] email.php
[edit]
[-] select.php
[edit]
[-] text.php
[edit]
[-] form.php
[edit]
[-] textarea.php
[edit]
[-] captcha.php
[edit]