prefix.'wpbot_sessions'; $session_exists = $wpdb->get_row($wpdb->prepare("select * from $tableuser where 1 and id = %d",1)); //DB Call OK, No Caching OK if(!empty($session_exists)){ $total_session = $session_exists->session; }else{ $total_session = 0; } ?>
: