Codex tools: Log in / create account
Contents |
Retrieve or display referer hidden field for forms.
The referer link is the current Request URI from the server super global. The input name is '_wp_http_referer', in case you wanted to check manually.
<?php wp_referer_field( $echo ) ?>
Since: 2.0.4
wp_referer_field() is located in wp-includes/functions.php.