/ Published in: PHP
This adds a link to the page that the viewer just came from (if they came from another page).
Expand |
Embed | Plain Text
function referrer_link() { $refer = $_SERVER['HTTP_REFERER']; if ($refer) { } } add_action('thesis_hook_before_content', 'referrer_link');
You need to login to post a comment.
