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
| Parameter | Description | Default | Required |
|---|---|---|---|
| action | Name of your action to be verified by your verification process. | None | Yes |
Example
Shortcode
[i4w_nonce_create action='myaction']
Notes
info
Please refer to the WordPress documentation on wp_create_nonce for more details.