0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
us-core
/
templates
/
form
/
[
Home
]
File: nonce.php
<?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 */ if ( ! empty( $action ) AND ! empty( $name ) ) { wp_nonce_field( $action, $name ); }