Skip to main content

i4w_nonce_create

Usage

This shortcode enables you to embed a random, one-time use token in your page or post content with the appropriate nonce tokens to be used for origin verification.

[ELSE_nonce_create] conditional branching is NOT supported.

Shortcode nesting is NOT supported.

Parameters

ParameterDescriptionDefaultRequired
actionName of your action to be verified by your verification process.NoneYes

Example

Shortcode
[i4w_nonce_create action='myaction']

Notes

info

Please refer to the WordPress documentation on wp_create_nonce for more details.