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