Codex

Function Reference/wp nonce url

Contents

Description

Retrieve URL with nonce added to URL query.

Usage

<?php wp_nonce_url$actionurl$action ); ?>

Parameters

$actionurl
(string) (required) URL to add nonce action
Default: None
$action
(string) (optional) nonce action name
Default: -1

Return Values

(string) 
URL with nonce action added.

Examples

Notes

Change Log

Since: 2.0.4

Source File

wp_nonce_url() is located in wp-includes/functions.php.

Related

Nonce Functions: wp_explain_nonce, wp_nonce_ays, wp_nonce_field, wp_nonce_url, wp_verify_nonce, wp_create_nonce, check_admin_referer, check_ajax_referer

See also

External Resources

See also index of Function Reference and index of Template Tags.