Visitor Cookie
function visitor_greeting() { $string = ”; // Check if cookie is already set if ( isset( $_COOKIE[‘wpb_visit_time’] ) ) { // Use information stored in the cookie $lastvisit = $_COOKIE[‘wpb_visit_time’]; $string .= ‘You last visited our website ‘ . $lastvisit…Continue reading