i4w_nonce_field

Usage:

This shortcode enables you to embed a WordPress none field in your page or post content.

This shortcode does NOT supports conditional branching with [ELSE_nonce_field].

Shortcode nesting is NOT supported.

Parameters:

action The name of an action to be used to verify the posted form’s integrity.
Required: No.
Default: -1
name The hidden field name to be generated for your form.
Required: No.
Default: _wpnonce
referrer Include the referrer in the integrity check.
Required: No.
Default: False

Example:

[i4w_nonce_field]

[i4w_nonce_field action='myaction']

Notes:

Please refer to: http://codex.wordpress.org/Function_Reference/wp_nonce_field for more details.

API:

There is no API function equivalent for this shortcode.