Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_get_original_referer [ WordPress Function ]

wp_get_original_referer ( No parameters )
Returns:
  • (string|bool) False if no original referer or original referer if set.
Defined at:



Retrieve original referer that was posted, if it exists.

Source


<?php
function wp_get_original_referer() {
    if ( !empty( 
$_REQUEST['_wp_original_http_referer'] ) )
        return 
$_REQUEST['_wp_original_http_referer'];
    return 
false;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics