I have the following code
function app_searched_today_visitbh() {
global $wpdb;
$horas = $wpdb->get_var("SELECT time_format(timediff(now(),date_people),'%i%h') FROM today_people LIMIT 1");
return ("<span id='days_since'>$...
asked by
14.02.2017 / 05:30