Usage:
This shortcode enables you to embed a WordPress URL in your page or post content with the appropriate nonce tokens.
This shortcode does NOT supports conditional branching with [ELSE_nonce_url].
Shortcode nesting is NOT supported.
Parameters:
actionurl | The name of an action URL to be used to verify the posted form’s integrity. Required: Yes. |
action | The name of the action to be used by the integrity check. Required: No. Default: -1 |
Example:
[i4w_nonce_url]
[i4w_nonce_url actionurl='http://site.com/mypage' action='myaction']
Notes:
Please refer to: http://codex.wordpress.org/Function_Reference/wp_nonce_url for more details.
API:
There is no API function equivalent for this shortcode.